-> I have ftpd-ssl running, it seems to work very well. -> -> As far as I can tell it just uses port 22, neat, this seems to make the -> problems of ftp, port, firewalls, passive clients etc, go away, just open and -> forward port 22.
No. the FTP protocol defines 2 TCP connection: control and data. The address of one end is still sent to either client (passive FTP) or server (active FTP) before data transfer(s). That causes impossibility to forward FTP connection in simple way. Some NAT/masquerading servers are able to parse data from control socket and probably change them to allow those connections. Otherwise you can only do passive FTP from behind firewall, only active ftp to server behind firewall and no FTP if you and server are both behind firewall. This is impossible on ftps,because the control socket is encrypted and the firewall does not know what data are sent over the control socket. -- Matus "fantomas" Uhlar, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I don't wish to receive spam to this address. Varovanie: Nezelam si na tuto adresu dostavat akukolvek reklamnu postu. Linux IS user friendly, it's just selective who its friends are... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]