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? Re:

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