Reusing current connection (FTP)

2002-10-03 Thread Dinko Yaksic
Hi! I wonder if there's (are) command(s) to "reuse" the connection, I mean to avoid the process of authenticating when download 2 or more files from the same server. For example, if I execute: wget --passive-ftp -i download.txt -B ftp://user:[EMAIL PROTECTED] occurs that for every singl

Re: Reusing current connection (FTP)

2002-10-03 Thread Daniel Stenberg
On Fri, 4 Oct 2002, Dinko Yaksic wrote: > I wonder if there's (are) command(s) to "reuse" the connection, I > mean to avoid the process of authenticating when download 2 or more files > from the same server. For example, if I execute: > > wget --passive-ftp -i download.txt -B ftp://user:[