cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: using SFTP and NAT

From: Roth, Kevin P. <kproth_at_mapllc.com>
Date: Wed, 26 Jan 2005 12:14:36 -0500

I think you're looking for the --ftp-port command:

   -P/--ftp-port <address> Use PORT with address instead of PASV (F)

Specify your client-side public IP address in place of "<address>" and
see what happens.

- Kevin
 
 

-----Original Message-----
From: Stephen More
Sent: Wednesday, January 26, 2005 11:22 AM

The curl ftps client is using a NAT'ed address.
A ftps server is using a NAT'ed address.

I try to connect to the server in passive mode, and the server
responds with its private address not the public one.
I try to connect to the server in active mode, the client responds
with its private address not the public one.

Is there anyway to get curl to work with this network setup ?
If not, does anyone know of a different ftps client that will allow
this to work ?
Received on 2005-01-26