Coding FTP Homepage Fevosoft Homepage
HomeBuy Now! | Screenshot | Download | Sample Scripts | FAQ Discussion Forum | Support

Is it difficult to learn script language in Coding FTP?

Coding FTP uses java/VB script syntax, it's almost no learning curve if you have any programming experience. Let's see an example:

OpenHost("/host=localhost /anonymous");
UploadFile("/local=d:\temp\myfile.txt /ftpdir=/user/mydoc");
CloseHost;

As you see, the script is to upload a file to FTP server. You can see more samples.

Coding FTP also has a very easy to use Script Wizard to help you write scripts.

<< Back to FAQ index

Copyright © 2003-2008, All rights reserved. Fevosoft®
CodingFTP - Using script to automate FTP operation
Privacy Policy  |  About US