You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Daniel F. Savarese" <df...@savarese.org> on 2006/01/29 21:23:17 UTC

Re: svn commit: r373242 - /jakarta/commons/proper/net/branches/JDK_1_4_BRANCH/src/java/org/apache/commons/net/ftp/FTP.java

In message <20...@minotaur.apache.org>, rwinston@apache.or
g writes:
>Removed dependency on TelnetClient
...
>-public class FTP extends TelnetClient
>+public class FTP extends SocketClient

>From RFC 959:
  control connection

         The communication path between the USER-PI and SERVER-PI for
         the exchange of commands and replies.  This connection follows
         the Telnet Protocol.

You can't remove the dependency on TelnetClient without implementing the
subset of telnet used by the FTP connection.

daniel


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