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 use scriptftp to do some tasks locally without connecting to a host. Can the commands be used locally such as get or put and sync. I have tried this but get message that says not connected

Thanks
Hello,

The only way to use the GETFILE, PUTFILE and SYNC commands locally is to install a FTP server in the same machine. It is a bit weird but works. The correct way to operate with local files within ScriptFTP is to use EXEC to call "copy" "delete" or any other command line programs to manage local files that comes with Windows.
Thank you thats what i thought I will try using EXEC as much as i can to do the task as I copy and zip files to many different computers

Thank again