Why do I get a 550 FTP error with Filezilla, but IE6 is fine?

-1

When transferring some files today from our hosted FTP site, which a client had uploaded, for files in certain directories I kept getting (using Filezilla):

Command:    RETR /dir/file.jpg
Response:   550 /dir/file.jpg: No such file or directory
Error:  Critical error

However, when I tried transferring the same files using IE6 (against my better judgement) they went fine. Why is this?

Skilldrick

Posted 2009-09-11T08:15:55.520

Reputation: 1 547

Hmmm, today the Community user's random poking around made this question appear on the home page of Super User again. Too bad you abandoned it, Skilldrick! – Arjan – 2009-09-25T09:17:58.127

Hola, Community poked this onto the front page once more. I guess it's time for a downvote to keep that from happening... ;-) – Arjan – 2009-10-11T17:59:42.163

Mean! Unfortunately I never got a satisfactory answer. Guess it's just one of those mysteries. – Skilldrick – 2009-10-17T20:24:07.033

1It's not like you responded to my answer either.. – Arjan – 2009-10-26T15:13:47.857

Hmmm, my answer got accepted for being the best out of one :-) But was it solved then...? – Arjan – 2009-11-13T16:06:03.623

No, but I'll never be able to reproduce the problem so it doesn't matter for me. It's probably a useful answer for someone else's similar problem, so it might as well be accepted. – Skilldrick – 2009-11-18T09:27:58.673

Answers

0

I guess you were transferring the files in IE6 using HTTP? An image with a URL like www.example.com/dir/file.jpg is not likely to be stored in the /dir folder in the root of the file system.

If the home folder of the FTP account is the directory that holds the web site document, then you could try without the leading slash.

If you were using IE6 as an FTP client, then the only thing I can think of: spaces in the file name? Or maybe a different setting in Active/Passive FTP, though then the error message is quite stupid, and it should then happen for all files.

(Any success in IE6 is no excuse not to uninstall it.)

Arjan

Posted 2009-09-11T08:15:55.520

Reputation: 29 084