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.

