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 I also use the product to run an asp script on the server that I run for periodic maintenance?
No
You can use a command line tool called WGet to run that asp page. For instance, in the windows command line:
wget http://www.mywebhost.com/myasppage.aspx
And from within ScriptFTP:

[scriptftp="run_asp.ftp"]EXEC("C:\wget\wget.exe http://www.mywebhost.com/myasppage.aspx")[/ScriptFTP]

The tool can be downloaded from here:

http://gnuwin32.sourceforge.net/packages/wget.htm