- 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
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
- 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 -
>>
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
- 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
> > 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
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
> > 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
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
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]
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
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
12 matches
Mail list logo