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

[REBOL] FTPing all files or selected files in a directory?

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]]