I'm trying to access a URL like:
ftp.somesite.com/content/somefile.txt
Using login myname and pass mypass.
I can enter these in IE9 when they are requested and it opens the file right up. However, when I try this in PHP or Firefox I'm given a 550 error regarding the file /myname/content/somefile.txt
.
What is wrong and why are both PHP and Firefox changing the file location to include myname
as part of the file path?