Re: [twsocket] Ftp client send command

2005-07-13 Thread bimbospank
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

Re: [twsocket] Ftp client send command

2005-07-13 Thread Francois Piette
> 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

Re: [twsocket] Ftp client send command

2005-07-13 Thread bimbospank
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

Re: [twsocket] Ftp client send command

2005-07-13 Thread Francois Piette
> 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

Re: [twsocket] Ftp client send command

2005-07-13 Thread Angus Robertson - Magenta Systems Ltd
> 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

[twsocket] Ftp client send command

2005-07-13 Thread bimbospank
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