Francois, Angus,
Your assistance is much appreciated.
In fact the 'Dir' directive actually gives me sufficient descriptors
of the files for my needs.
Yes the app is a very simple app to allow friends to upload onto a
website without divulging my username and password.
As such it is for use with
> However, I want a more complete listing, more in line with the 'ls
> -l' bash command.
Officially, the FTP specifications do not support any arguments for the
various directory listing commands. Over the years, different FTP
servers have supported different extensions, 'ls -l' is a UNIX direct
> However, I want a more complete listing, more in line
> with the 'ls -l' bash command.
This is non standard and works only on some Unix hosts. Maybe it is OK for
you.
There are also extended FTP commands supported by the component. Look in the
comments at the start of OverbyteIcsFtpCli.pas. Sear
Francois,
Thank you for the reply.
On Tue, Mar 11, 2008 at 11:01 AM, Francois Piette
<[EMAIL PROTECTED]> wrote:
> 1) You can't use Quote command to send a command which require a data
> transfer.
Ok, that makes sense.
> 2) The result of the various dir list functions are in the local file or
1) You can't use Quote command to send a command which require a data
transfer.
2) The result of the various dir list functions are in the local file or
stream you specified (a dir list is just another file transfer as far as FTP
protocol is concerned).
Contribute to the SSL Effort. Visit http://w
Okay,
I've managed to find a reference to FTP commands:
http://www.nsftools.com/tips/RawFTP.htm
According to this, I should be using NLST or LIST as my Quote String.
However, the Server needs to receive the PORT command or PASV.
If I send it PASV, I get a IP and a port returned and the Server t