ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Need help writing a script? Have any question about ScriptFTP?
hi, is there a way of maintaining the date created of a file when putting to ftp

i am using the SYNC command i.e.
Code: Select allSYNC("D:\AVK\Karaoke","/AVK/Karaoke",UPLOAD,SUBDIRS)
We have remote systems in the field already and have added ftp update capability, uploaded our content from local server to ftp, systems in the field now see the content as newer than they have as the date stamp is the date it was uploaded to the server.

The download script is simpy the reverse of the above
Code: Select allSYNC("D:\AVK\Karaoke","/AVK/Karaoke",DOWNLOAD,SUBDIRS)
Hi Steven,

The SYNC command cannot stamp the original remote file modification time in the downloaded file, sorry. I will try to include this feature in the next version. Thanks for the feedback.