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.
Post here if you experience file transfer problems or unexpected errors.
hi, i am a new guy from china. i test the scriptftp software recently. now just confirm weather the software support to resume broken transfer. thank you!
ScriptFTP does not resume broken transfers, at least, in a transparent way. To do so you need to add some error handling to your script. For example:
Code: Select all:start $result=PUTFILE("aaa.zip") IF($result!="OK") GOTO :start END IF