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, function

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Francois Piette
Because it is the Unix format for dir lists. If you change that, clients have problems parsing the dir list. It is also related to the value returned by the SYST command. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS

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 year

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

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

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Fastream Technologies
- Original Message - From: Angus Robertson - Magenta Systems Ltd [EMAIL PROTECTED] To: twsocket@elists.org 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 commands supported by most

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: twsocket@elists.org Sent: Tuesday, March 14, 2006 7:29 PM Subject: Re: [twsocket] TFtpServer time not listed My applications all use the MLSD directory stuff

Re: [twsocket] TFtpServer time not listed

2006-03-14 Thread Fastream Technologies
- Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, March 14, 2006 8:31 PM Subject: Re: [twsocket] TFtpServer time not listed Fastream Technologies wrote: - Original Message - From: Angus Robertson - Magenta

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 twsocket@elists.org 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 Fastream Technologies
- Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, March 14, 2006 9:30 PM Subject: Re: [twsocket] TFtpServer time not listed Fastream Technologies wrote: - Original Message - From: Arno Garrels [EMAIL PROTECTED