You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Daniel F. Savarese" <df...@savarese.org> on 2005/02/12 19:36:42 UTC

Re: about commons net

>How could I use ftp command "quote" to pass any command to a ftp
>server by using commons net? I did not find the method named
>quote(XXX). Is other method to do this command?

quote is a command in some FTP command-line clients that allows you
to send an arbitrary verbatim string (presumably an FTP protocol command)
to the FTP server.  It is not part of the FTP protocol.  To send an
arbitrary command string to the FTP server, use FTP.sendCommand.

daniel




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org