[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Ftp problems



Hi,

ftp> ls
500 Illegal PORT command.
425 Can't build data connection: Connection refused

Are you behind a firewall? Try using passive ftp.

If you *are* behind a Linux firewall, make sure something like this line is used on boot:

/sbin/modprobe ip_masq_ftp

That way, you don't have to use passive ftp.

HTH... Nico