Using a simple script to automate FTP transfers
Let's see a simple script so you can know what Coding FTP can do for you:
OpenHost("/host=localhost /anonymous");
UploadFile("/local=d:\temp\myfile.txt /ftpdir=/user/mydoc");
CloseHost;
The script is to upload a file to a FTP server. As you can image, CodingFTP has many more powerful script commands to help you do any FTP operations you want: e.g. DownloadFile, SyncDir, SetFilePermission...etc. This means you have full control to the work flow, you can easily change the script to match your business. But you don't need to pay for a custom solution. It's a BIG save!
Coding FTP uses Java/VB script syntax, it's almost no learning curve for you to use it. We also have several samples for you to better understand it. Even don't want to write it yourself? No problem! Coding FTP also provides an easy to use Script Wizard to help you to write scripts! Please see an screen shot of the Coding FTP Script Wizard:
For only several mouse clicks, Coding FTP will generate the ready to use FTP script for you.
So why are you still waiting? | to get your own FTP scripts! |
If you have no time or simply don't want to take time to write script, we can write it for you too.