Thanks a lot.
I will send to you a postcard for your child.
Thanks.
Spank- Italy
>-- Messaggio originale --
>From: "Francois Piette" <[EMAIL PROTECTED]>
>To: "ICS support mailing"
>Date: Wed, 13 Jul 2005 13:34:48 +0200
>Subject: Re: [twsocket] Ftp c
> ok i have no standard ftp server with command TEST but i don know how do
> send command with ftpclient to server.
> FTPCLient. <--- ? i want to send "TEST" to server.
> this is my problem...
FtpClient1.LocalFileName := 'TEST';
FtpClient1.Quote;
--
Contribute to the SSL Effort. Visit
http://ww
From: "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]>
>To: twsocket@elists.org
>Subject: Re: [twsocket] Ftp client send command
>Reply-To: ICS support mailing
>
>
>> I want to send command to this server for examples
>> FtpClient.SendComma
> I'm new of this mailling list.
You're welcome.
> I have a problema.
> I have no standard ftp server and i use the ftpclient.
> I want to send command to this server for examples
> FtpClient.SendCommand('TEST') end the ftp server response 250 OK
Use the FTP client component "Quote" method to se
> I want to send command to this server for examples
> FtpClient.SendCommand('TEST') end the ftp server response 250 OK
You can send any command you like to an FTP server, but unless it
understands TEST, it will not reply with 250.
Adding such a command to the ICS FTP server is easy.
Angus
Hi all,
I'm new of this mailling list. I have a problema.
I have no standard ftp server and i use the ftpclient.
I want to send command to this server for examples
FtpClient.SendCommand('TEST') end the ftp server response 250 OK
I have e thousand no standard command. it's possible ?
Thanks in advan