Hello Arno,

This is the standard behavior of all FTP sites I know. For example:
ftp.borland.com, ftp.microsoft.com, ftp.intel.com. I am not sure if it is
because of an RFC or not.

Regards,

SZ

> Hi,
>
> Why is the time not listed if the file has been modified
> last year?
>
> FtpSrv.pas, function FormatUnixDirEntry(F : TSearchRec) : String;  ..
> if Year = ThisYear then
>     TimeStr := Format('%2.2d:%2.2d', [Hour, Min])
> else
>     TimeStr := Format('%5d', [Year]);
>
>
> ---
> Arno Garrels [TeamICS]
> http://www.overbyte.be/eng/overbyte/teamics.html
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to