Closed
Bug 239732
Opened 22 years ago
Closed 10 years ago
FTP server does not allow access to file
Categories
(Core Graveyard :: Networking: FTP, defect)
Core Graveyard
Networking: FTP
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: darin.moz, Unassigned)
References
()
Details
Michael Kaply wrote:
>Darin,
>
>This was posted to the OS/2 newsgroup:
>
>On 04/04/04 00:49 Mike Luther apparently typed:
>
>>Using MOZ 1.4.2 March 30, 2004 contributed and IWB
>
>2.0.2 from P/A if I try to download a any file from:
>
>> http://www.juge.com
>>I get a 550 error!
>
>
>>If I use NS 4.61 latest I can successfully download
>
>that same requested file with no problems.
>
>ftp://juge.com/file/os2/AMORT.ZIP
>I get 'FTP server does not allow access to file' with
>WebExplorer (OS/2)
>I get error 550 with Mozilla for Win98 (nightly trunk)
>I get error 550 with Mozilla for Linux (1.7b)
>I get error 550 with Mozilla for OS/2 (nightly trunk)
>I get no such file error with wget 1.9 for OS/2 (and
>also if I add the wget option
>'--user-agent="Mozilla/4.61 [en] (OS/2; U)"')
>I get the file with Konqueror on Linux
>I get the file with IE6 on Win98
>I get the file with 4.61 on OS/2
>Saved http://www.juge.com/bbs/Os2.Html to disk is
>118812 bytes (Konqueror)
>Saved http://www.juge.com/bbs/Os2.Html to disk is
>118812 bytes (Moz)
>Saved http://www.juge.com/bbs/Os2.Html to disk is
>121607 bytes (NC4.61)
>
This is because the ftp server places anonymous users in /file.
---->ftp
ftp> debug
Debugging on (debug=1).
ftp> passive
Passive mode on.
ftp> open juge.com
...
ftp> pwd
---> PWD
257 "/file" is the current directory.
...
so "cd file/os2" fails but "cd /file/os2" or "get /file/os2/AMORT.ZIP"
succeed.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•