On Thu, 28 Sep 2000 [EMAIL PROTECTED] 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

> 
> Currently i have something like this:
> 
> filelist: read ftp://user:[EMAIL PROTECTED]/ 
> 
> foreach file filelist [write/binary file read/binary join 
> ftp://user:[EMAIL PROTECTED]/ [file]]

Reply via email to