cURL / Mailing Lists / curl-library / Single Mail

curl-library

Double logon through a firewall

From: Denis LEPINE <denis.lepine_at_corobor.com>
Date: Wed, 17 Sep 2003 19:15:03 +0200

Hello
 
I need to implement a double login through a firewall with FTP in order to be able to transmit files on The Internet. The example below shows how it id done "manually":
 
ftp ftp.europe.digital.com
Connected to ftp.europe.digital.com.
220-bkmfw1 PROXY FTP server (Version: Tue Oct 30 00:50:11 EST 2001)
220-FIREWALL FTP PROXY
220 please authenticate to FIREWALL
Name (ftp.europe.digital.com:root): fwuser
331 Password required for fwuser.
Password:
230-User fwuser authenticated
230 Login to server with "user" command.
ftp> user anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 User ftp logged in. Access restrictions apply.
ftp> dir
200 PORT command successful.

Is it necessary to modify the source code of the curl library to implement this ? If so, any idea about the files that need to be modified ?
 
Thanks
 
denis
ӆ+,޵隊X'uNggrzH^jm(
Received on 2003-09-17