Date: Mon, 02 Oct 2000 17:42:03 +0200 From: Igor Khavin <igor@greyk.kiev.ua> To: "freebsd-newbies@FreeBSD.ORG" <freebsd-newbies@FreeBSD.ORG> Cc: "questions@FreeBSD.ORG" <questions@FreeBSD.ORG> Subject: FTP passive mode fails Message-ID: <39D8ACCA.C4F37630@greyk.kiev.ua>
next in thread | raw e-mail | index | archive | help
Hi! I'm rather newbie, so question probably is a silly one. I cannot run ls command on FTP servers because passive mode doesn't work, like this: bsd:~> ftp ftp.lucky.net Connected to ftp.lucky.net. Name (ftp.lucky.net:igor): anonymous 331 Guest login ok, send your complete e-mail address as password. Password: 230 Guest login ok, access restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 227 Entering Passive Mode (193,193,193,113,4,32) ftp: connect: Operation timed out ftp> or even like this: ... ftp> passive Passive mode off. ftp> passive on Passive mode on. ftp> ls 227 Entering Passive Mode (193,193,193,113,6,230) ftp: connect: Operation timed out What's wrong? What should I configure? FTP client, firewall or something else? From Win boxes I can get listings of FTP sites using any browser but not ftp command line. I run 4.0-STABLE. A friend of mine who installed and preconfigured the box is unavailable now, so I have to struggle myself. I like the system but too many questions still :-) -- Igor Khavin IT Manager "Grey Kyiv" advertising agency phone: 380 44 2386073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39D8ACCA.C4F37630>