RICKY Posted November 22, 2002 Posted November 22, 2002 I try and try i have to make a multipledownload db whit ftpit look on the folder host if have somme files ther download to my folder local ? Thanks for Help
CobaltSky Posted November 22, 2002 Posted November 22, 2002 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?
Recommended Posts
This topic is 8105 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 accountSign in
Already have an account? Sign in here.
Sign In Now