ArxOne / FTP

Simple FTP client
MIT License
37 stars 15 forks source link

Error parsing Modify fact of Mlsd #28

Closed AndreaCuneo closed 8 years ago

AndreaCuneo commented 8 years ago

Hi,

I've find out that the format used to parse the Modify field of Mlsd is wrong. It doesn't parse dates with hours greater than 12.

The current formats are: "yyyyMMddhhmmss", "yyyyMMddhhmmss.fff" They should be: "yyyyMMddHHmmss", "yyyyMMddHHmmss.fff" to correctly handle 00-23

picrap commented 8 years ago

Shame. Fixed. Thanks.