I  use a router, so 192.168.10.170 is my local IP and 95.27.199.164 is
my external IP.

When  I connect to my ftp server using NO SSL, everything is fine, but
if I enable SslTypeAuthTls, it connects fine, but when I use PUT, I always get the following error:


PORT 192,168,10,170,233,24
< 500 I won't open a connection to 192.168.10.170 (only to 95.27.199.164)

How to solve this problem?

Use passive mode.
You router is probably smart enough to handle active connections but it can't be smart with SSL because it can't understand the commands sent by the client: they are encrypted. No problem with passive mode as all connections are outgoing (Active mode has an incomming connection for data).

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to