Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Fastream Technologies
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, March 14, 2006 9:30 PM Subject: Re: [twsocket] TFtpServer time not listed > Fastream Technologies wrote: >> - Original Message - >&g

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Arno Garrels
Fastream Technologies wrote: > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Tuesday, March 14, 2006 8:31 PM > Subject: Re: [twsocket] TFtpServer time not listed > > >> Fa

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Fastream Technologies
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, March 14, 2006 8:31 PM Subject: Re: [twsocket] TFtpServer time not listed > Fastream Technologies wrote: >> - Original Message - >>

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Arno Garrels
Fastream Technologies wrote: > - Original Message - > From: "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, March 14, 2006 7:29 PM > Subject: Re: [twsocket] TFtpServer time not listed > > >>>> My appli

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Fastream Technologies
- Original Message - From: "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 14, 2006 7:29 PM Subject: Re: [twsocket] TFtpServer time not listed >> > My applications all use the MLSD directory stuff, >> Are those com

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Angus Robertson - Magenta Systems Ltd
> > My applications all use the MLSD directory stuff, > Are those commands supported by most servers today? All except for Microsoft I think, while each new HTTP server in IIS is a major step forward, the IIS FTP server is still pretty pathetic in terms of modern commands, no SSL and only integ

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: > My applications all use the MLSD directory stuff, Are those commands supported by most servers today? Arno -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our w

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Angus Robertson - Magenta Systems Ltd
> > if Year = ThisYear then > > TimeStr := Format('%2.2d:%2.2d', [Hour, Min]) > > else > > TimeStr := Format('%5d', [Year]); This would be much better if the test was for more than 12 months ago, rather than this calendar year, otherwise each January file time stamps for the previous yea

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Francois Piette
ED]> To: "ICS support mailing" Sent: Tuesday, March 14, 2006 3:08 PM Subject: [twsocket] TFtpServer time not listed > Hi, > > Why is the time not listed if the file has been modified > last year? > > FtpSrv.pas, function FormatUnixDirEntry(F : TSearchRe

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Arno Garrels
Arno Garrels wrote: > 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]

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread gates
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, functio

[twsocket] TFtpServer time not listed

2006-03-14 Thread Arno Garrels
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://w