cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
404
Views
0
Helpful
6
Replies

FTP Problems

brett.bonin
Level 1
Level 1

If an FTP put works, but get is failing, where should I start in the troubleshooting process? Do you think it's s TCP issue and how can I check?

6 Replies 6

Harold Ritter
Spotlight
Spotlight

Could you start with the error message you receive when the get command fails. It could be related to the MTU size issue in the downstream direction. Is there a FW or ACLs between your workstations and the server.

Thanks,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

scottmac
Level 10
Level 10

Could be standard / passsive mode, depending on the firewall(s) involved.

If it's a graphical client, click (unclick) the "Passive Mode" checkbox.

If it's a command line client, try "PASSV" at the "ftp>" prompt.

If it was a mode issue, you would not get a flakey connection, you usually wouldn't get a connection at all. However, you may be able to connect to one host, but not another.

How is it that it's "failed?"

-Scott

Scott,

If it was a simple case of standard vs passive FTP, the problem would happen with both get and put.

My 2 cents,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

A couple of pretty obvious things, but frequently turn out to be problems when FTP GET fails:

- be sure that you are correctly specifying the directory and the file name.

- be sure that the file you are attempting to get has permissions that allow remote accessing.

- be sure that the account you are using on the FTP server allows for remote gets.

HTH

Rick

HTH

Rick

adsilva
Level 1
Level 1

The 20 TCP port is closed? If yes, could you open this port and try again?

snoopdoggydog
Level 1
Level 1

Brett, run a trace from ethereal http://www.ethereal.com/