I own an IIS 7 based ftp service with a unix directory listing on windows 2008 R2 server
When i connect to the ftp server and use dir ( list directory ) command i get this out put:
-rwxrwxrwx 1 owner group 60000 Dec 14 1:00 FILE.TXT
As you see the time is without the leading zero : 1:00
I want that the leading zero will appear in the date modified .
i want to get the time like this : 01:00
How can i do it ?
Thanks for the help