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?
I have a server to download the file synchronization has been

Now the contents of the file server has been modified

But. It can not be used to synchronize automatically download
Hello,

Could you post your script and give me further details about your case? I understood that some files, stored in the FTP server, were modified but aren't being downloaded with the SYNC command. Am I right? A script output with the verbose mode activated (use VERBOSE(ON)) is also helpful.
my script
Code: Select allOPENHOST("10.2.3.XXX","test","test") SYNC("E:\website","/",DOWNLOAD_DELETE,SUBDIRS) CLOSEHOST
You are right,aren't being downloaded with the SYNC command

how to use VERBOSE(ON)??
Just type VERBOSE(ON) on the top of your script file. Then save and click run on ScriptFTP.

Once the script has finished, right click on the ScriptFTP window, click select-all, then right click again and select copy. Paste the output here.