joedj / ftpii

An FTP server for the Nintendo Wii
Other
50 stars 18 forks source link

Modification timestamps are ignored and spoofed as 1970-01-01 #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of ftpii are you using?
0.0.18

What steps will reproduce the problem?
1. Run ftpii in the HBC v1.0.1. 
2. Run ftp-client WinSCP v4.1.8. 

What is the expected output? What do you see instead?
All files and folders have the date modified 01.01.1970.

Original issue reported on code.google.com by drug...@gmail.com on 24 Feb 2009 at 2:12

GoogleCodeExporter commented 9 years ago
This is due to a bug in libfat where the modification time is reported 
incorrectly. 
The 1970-01-01 value is just hard-coded in ftpii to make the LIST output look 
similar
to other ftp servers.

If the problem is fixed in libfat I will add mtime support back into ftpii.

Original comment by joe.goo...@psychlaw.com.au on 24 Feb 2009 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by joe.goo...@psychlaw.com.au on 26 Apr 2009 at 10:27

GoogleCodeExporter commented 9 years ago
This bug was fixed in latest libFAT. Please, add mtime support back into ftpii.

Original comment by drug...@gmail.com on 10 May 2009 at 9:09

GoogleCodeExporter commented 9 years ago
r271 should resolve this, in ftpii 0.0.20

Original comment by joe.goo...@psychlaw.com.au on 20 Dec 2009 at 3:43