FTP Server Backup

Pleast note that, when ChecksumValidate is enabled (anything else thant "", 0, no) it will download all files and validate checksum of them agains the local file.

If not enabled - backup looks at the date of the file on the FTP server and checks if it's newer than the local file.
This requieres that the ftp server knows the clock abd the time is correct set one the server.

Config.ini example:

[Source]
Host=server:21
User=
Pass=
Path=/
ChecksumValidate=0

[Destination]
Path=./BackupFiles
Versions=5
MaxAge=90