Hello, I have a question concerning the FTP scheduler software. I try to setup this software to upload a file from a FTP server and append this to a file on a other server. selecting the append option would be the correct way but this does not work. Any solution on this? Best regards |
|||

Append function
The append function only works for the local machine (running the scheduler).
When you download a file it can be appended to a local file, if you upload a file it can be appended to the local backupfile.
Appending to a file on a remote server is not possible unless you create multiple sessions, one session to download the file to the local machine and another session to download and append the 2nd file to the local machine, and a 3rd session to upload the new appended file to a remote machine ....