cURL / Mailing Lists / curl-library / Single Mail

curl-library

"site to site" feature

From: Olivier ROBIN <orobin_at_histor.fr>
Date: Mon, 24 Jan 2005 15:38:53 +0100

Hi,

I wanna connect my ftp client (made with libcurl) to two servers and tranfer a file between the two servers without pass by the client ("site to site" feature).

I saw the ftp3rdparty example provided with libcurl, but is it the only way to implement "site to site" feature ?

For example, can I create two CURL* in my client and connect them to the servers and send manually each command in the right order (PASV to the target server, PORT to the source server, RETR to the source server, and STORE to the target server) ?

Thanks, Olivier.
Received on 2005-01-24