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?
Hi,

For example:

[scriptftp="upload.ftp"]LOCALCHDIR("C:\data")

OPENHOST("ftp.site.com","login1","password1")
PUTFILE("*.*",SUBDIRS)
CLOSEHOST()

OPENHOST("ftp.site.com","login2","password2")
PUTFILE("*.*",SUBDIRS)
CLOSEHOST()

OPENHOST("ftp.site.com","login3","password3")
PUTFILE("*.*",SUBDIRS)
CLOSEHOST()

# .... and so on[/ScriptFTP]