Android Question FTP .Timestamp not reporting seconds

RJB

Active Member
Licensed User
Longtime User
Hi,
FTP.Timestamp seems to return only the hours and minutes of the file time. The seconds are shown on the server but are reported as 00 in the Timestamp (and the number of ticks therefore always ends in a multiple of 60000). Is that correct? Is there any way of retrieving the whole timestamp?
Thanks
 

RJB

Active Member
Licensed User
Longtime User
OK thanks, I'll check with them.
Just so that I ask the right question: The seconds are shown when I view the files on the server so presumably they are lost somewhere in the ftp process?
 
Upvote 0

RJB

Active Member
Licensed User
Longtime User
That's correct. The FTP LIST command returns the rounded timestamps.
OK thanks.
1and1 support don't even seem able to understand the question, still less able to answer it! I've solved the problem by ensuring that uploads are at least 61 seconds apart so the minutes are always different on updated file.
 
Upvote 0
Top