> 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 send your non standard command. 
Use LastResponse to
get the reply from server.

> I have e thousand no standard command. it's possible ?

No problem, all can be send with the Quote method which simply use a string. 
See FtpTst sample
program to excercize the method.
--
[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

Reply via email to