ScriptFTP4.1 - Download
You'll be able to download in few seconds.
External Download
We do not host ScriptFTP on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.
The external download link for ScriptFTP is provided to you by soft112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.
If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of soft112.com contact us.
Publisher Description
ScriptFTP is a FTP/FTPS client designed to automate file transfers. It follows the commands written on a text file (also called script file) and make the transfers automatically. Writing the script file is very easy and once written you can run them with just a single click. Script scheduling is also supported.
ScriptFTP is a script-driven FTP client. It works like traditional FTP clients but does not require any user interaction while running, instead it works automatically using a text file which contains the actions ScriptFTP has to execute. Let us consider a simple script:
OPENHOST('ftp.myhost.com','myuser','mypassword')
GETFILE('myfile.zip')
CLOSEHOST