Jump to content
Server Maintenance This Week. ×

FTPit Multiple Download


RICKY

This topic is 7839 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Well, that's a fairly good (though brief) description of what FTPit does.

To make multiple download, you must cycle through the directory of the remote host using the:

External ("doFTP-ListFirst", "")

and

External ("doFTP-ListNext", "")

functions, and placing their results into the External ("doFTP-Get", "") function as the operative parameter. This is generally best done within a loop, with the loop set to exit when an epmty string is returned by External ("doFTP-ListNext", "") (which indicates that there are no more files to retrieve).

The FTPit plug-in comes provided with fully configured example files that show this (and numerous other options) in action, plus detailed notes and explanations of how to set it all up. If for some reason you don't still have these they can be downloaded free from the CNS web site.

Did you have a question?

Link to comment
Share on other sites

This topic is 7839 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.