Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

FTPing all files or selected files in a directory?

 [1/2] from: mdb:gci at: 28-Sep-2000 11:47


Hello, I've been transferring files using ftp and i noticed that it keeps on connecting for every file being transferred. Is there any way to just connect once and then do all the transfers? Currently i have something like this: filelist: read ftp://user:[psswd--111--222--333--444]/ foreach file filelist [write/binary file read/binary join ftp://user:[psswd--111--222--333--444]/ [file]]

 [2/2] from: deryk::iitowns::com at: 30-Sep-2000 10:06


On Thu, 28 Sep 2000 [mdb--gci--net] wrote:
> Hello, > > I've been transferring files using ftp and i noticed that it keeps on > connecting for every file being transferred. Is there any way to just > connect once and then do all the transfers?
Nope. That is the way that the FTP protocol operates. It hasn't changed in yonks and probably never will. Deryk