In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to