I suspect that it does preserve a connection if your next request is quick
enough. However, it may as well be a new connection because it seems to lose
it place in the directory structure and needs to reissue directory change
commands each time.

Haven't done the timings but Rebol visibly appears to be far far slower than
other programs for doing multiple FTP transfers.

Brett.

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 29, 2000 5:47 AM
Subject: [REBOL] FTPing all files or selected files in a directory?


> 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:[EMAIL PROTECTED]/
>
> foreach file filelist [write/binary file read/binary join
> ftp://user:[EMAIL PROTECTED]/ [file]]
>
>
>

Reply via email to