Re: [twsocket] [FTP Client] - Files started with dot

2005-05-10 Thread Dan
I agree, there should be a listing standard.  But a lot of FTP servers these 
days try to immitate the UNIX listing, and quite a few support the -al 
parameter, so its worth a try.

Dan
- Original Message - 
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Tuesday, May 10, 2005 2:42 PM
Subject: Re: [twsocket] [FTP Client] - Files started with dot


Use LIST -al
This _may_work with some servers (basically unix boxes) but are likely not 
working on most. This is
not specified in the FTP standard. It works with the servers that 
implement file list using the unix
command "ls" accepting this kind of parameters.

Directory listing is one area where FTP sucks.
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message - 
From: "Dan" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Tuesday, May 10, 2005 3:10 PM
Subject: Re: [twsocket] [FTP Client] - Files started with dot


Use LIST -al
Dan
- Original Message - 
From: "Artem Antonov" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Tuesday, May 10, 2005 12:16 PM
Subject: [twsocket] [FTP Client] - Files started with dot

Hello,
how I can get list of files, started with dot (from console avialable
on command ls -lA).
Thanks.
Best regards,
Artem Antonov.
--
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

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


Re: [twsocket] [FTP Client] - Files started with dot

2005-05-10 Thread Francois Piette
> Use LIST -al

This _may_work with some servers (basically unix boxes) but are likely not 
working on most. This is
not specified in the FTP standard. It works with the servers that implement 
file list using the unix
command "ls" accepting this kind of parameters.

Directory listing is one area where FTP sucks.

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: "Dan" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Tuesday, May 10, 2005 3:10 PM
Subject: Re: [twsocket] [FTP Client] - Files started with dot


> Use LIST -al
>
> Dan
>
> - Original Message - 
> From: "Artem Antonov" <[EMAIL PROTECTED]>
> To: "ICS support mailing" 
> Sent: Tuesday, May 10, 2005 12:16 PM
> Subject: [twsocket] [FTP Client] - Files started with dot
>
>
> Hello,
>
> how I can get list of files, started with dot (from console avialable
> on command ls -lA).
> Thanks.
>
> Best regards,
> Artem Antonov.
>
> -- 
> 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
>


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


Re: [twsocket] [FTP Client] - Files started with dot

2005-05-10 Thread Dan
Use LIST -al
Dan
- Original Message - 
From: "Artem Antonov" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Tuesday, May 10, 2005 12:16 PM
Subject: [twsocket] [FTP Client] - Files started with dot

Hello,
how I can get list of files, started with dot (from console avialable 
on command ls -lA).
Thanks.

Best regards,
Artem Antonov.
--
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


Re: [twsocket] [FTP Client] - Files started with dot

2005-05-10 Thread Francois Piette
> how I can get list of files, started with dot (from console avialable
> on command ls -lA).

FTP protocol - and ICS FTP component - implement two methods for getting file 
list: short list and
long list. The list of the format is not specified by FTP protocol and depend 
on the FTP server.

For FTP component methods, have a look at FtpCli.pas: there is a quick 
reference guide in the
comment in the start of source code.

Use FtpTst sample program to experiment and learn how to use the component.

--
[EMAIL PROTECTED]
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