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?
can scriptFTP unzip files that have been downloaded or do i need a perl script for that?
You can use the EXEC command for that. For example:
FTP Script
  1. LOCALCHDIR("d:\unpackdir")
  2. EXEC("unzip.exe downloadedfile.zip")
Of course you will need a command line unzip utility. For example, this one:

http://sourceforge.net/projects/infozip/files/

You can also call your perl script using the EXEC command or make the perl script call ScriptFTP and then unzip the file. Both solutions works