Closed
Bug 1067280
Opened 11 years ago
Closed 10 years ago
date with milliseconds not accepted in MDTM FTP response
Categories
(Core Graveyard :: Networking: FTP, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: christophe.mouraud, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Build ID: 20140716183446
Steps to reproduce:
- Install the server Quick'n Easy FTP server on Windows 8,
- Start it,
- Create new file in the repository,
- Try do download this file with firefox.
Actual results:
- file is not downloaded.
Expected results:
- file must be downloaded.
The problem come because, the FTP server send MDTM with format "YYYYMMDDHHMMSS.sss" and necko accept only accept format "YYYYMMDDHHMMSS" in MDTM response (function "nsFtpState::R_mdtm" in file "netwerk/protocol/ftp/nsFtpConnectionThread.cpp"). The millisenconds facultative field are autorized if FTP protocol (RFC 3659 "Extensions to FTP").
Comment 1•10 years ago
|
||
ftp enhancements are the realm of addons these days
Status: UNCONFIRMED → 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
•