Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 29092 invoked from network); 29 Jan 2006 20:23:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jan 2006 20:23:43 -0000 Received: (qmail 30083 invoked by uid 500); 29 Jan 2006 20:23:41 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 30059 invoked by uid 500); 29 Jan 2006 20:23:41 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 30048 invoked by uid 99); 29 Jan 2006 20:23:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2006 12:23:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dfs@savarese.org designates 204.91.10.133 as permitted sender) Received: from [204.91.10.133] (HELO savarese.org) (204.91.10.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2006 12:23:40 -0800 Received: from mail.savarese.org (mail2.savarese.org [192.168.2.5]) by savarese.org (8.13.4/8.13.4) with ESMTP id k0TKNFqW004752 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 29 Jan 2006 15:23:16 -0500 Received: from gandalf.savarese.org (gandalf.savarese.org [192.168.1.16]) by mail.savarese.org (8.13.4/8.13.4) with ESMTP id k0TKNIra028632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 29 Jan 2006 15:23:18 -0500 Received: from savarese.org by gandalf.savarese.org (8.13.4/8.13.4/Submit) with ESMTP id k0TKNHXR001136 for ; Sun, 29 Jan 2006 15:23:17 -0500 Message-Id: <200601292023.k0TKNHXR001136@gandalf.savarese.org> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.1 To: commons-dev@jakarta.apache.org X-Archive: no Subject: Re: svn commit: r373242 - /jakarta/commons/proper/net/branches/JDK_1_4_BRANCH/src/java/org/apache/commons/net/ftp/FTP.java In-reply-to: Your message of "Sat, 28 Jan 2006 20:26:14 GMT." <20060128202614.73035.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 29 Jan 2006 15:23:17 -0500 From: "Daniel F. Savarese" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N In message <20060128202614.73035.qmail@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