Problems with DOS FTP penetrating firewall when other FTP programs don't

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

Hi
I'm having problems penerating my company's firewall using
ftp in command line. I am running Win2K. I can log on, but
can not get a dir listing or anything else.

If I use an FTP client software package like Cuteftp, it
works great, no problems. I can get directory listings,
download files, etc. But I need the Dos batch options. Can
anyone tell me why this is happening?

Jack
 
Does your firewall allow both port 20 and 21?

Does Cuteftp only work if you set it to use PASV mode?

When you say "can not get a dir listing or anything else" that's pretty
vague, what is the error?
 
The most likely cause is that your firewall works with PASV
("passive") mode ftp, but not PORT ("active") mode. Without knowing
the details of the firewall, it is difficult to suggest a solution.

.... unsaid is the fact that the command-line ftp program in Win95 and
higher does not support PASV mode. Try the replacement ftp.exe you can
find at cygwin <http://www.cygwin.com>, or try alternative and more full-
featured tools like wget and curl (same site).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DOS FTP problems 3
ftp / mls problems 0
Firewall and FTP login issue 2
FTP.exe in DOS - "connection closed by remote host" 1
FTP 4
FTP problem 1
Vista firewall - Active FTP 3
FTP/Firewall problems on XP Pro 1

Back
Top