curl-library
Re: Using FTP's remote controll feature with cURL
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 3 Aug 2001 10:19:59 +0200 (MET DST)
Date: Fri, 3 Aug 2001 10:19:59 +0200 (MET DST)
On Mon, 23 Jul 2001, Roland Betz wrote:
> using FTP on a local host A you are able to transfer files from a remote
> host B to a remote host C directly.
> This can be achieved on the command line by typing:
> > login hostA
> > ftp hostB
> > proxy open hostC
> > proxy get filename
> > quit
>
> Does 'libcurl' support this kind of transfer ? How is it achieved ?
No, libcurl does not currently support this.
I would however not be against adding support for this. Please proceed, add
code and mail patches!
-- Daniel Stenberg -- curl dude -- http://curl.haxx.se/ _______________________________________________ Curl-library mailing list http://curl.haxx.se/libcurl/Received on 2001-08-03