On Tue, Aug 05, 2008 at 05:32:29AM -0400, Ed Abbott wrote: > ---> AUTH TLS > <--- 234 AUTH TLS OK. ... > ---> PASV > <--- 227 Entering Passive Mode (74,220,219,58,165,243) > ---- Connecting data socket to (74.220.219.58) port 42483 > Interrupt
Probably you use a firewall and when control connection is encrypted
it cannot dynamically open ports for data connection. Turn off encryption
with this command:
set ftp:ssl-allow no
--
Alexander.
