Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BF1AE200BBD for ; Tue, 8 Nov 2016 17:48:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BDB1E160B0C; Tue, 8 Nov 2016 16:48:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1393F160AD0 for ; Tue, 8 Nov 2016 17:48:06 +0100 (CET) Received: (qmail 21026 invoked by uid 500); 8 Nov 2016 16:48:06 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 21017 invoked by uid 99); 8 Nov 2016 16:48:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 16:48:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id CDC44C0748 for ; Tue, 8 Nov 2016 16:48:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 2KtiT4jJSAKI for ; Tue, 8 Nov 2016 16:48:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E5C5B5FB0B for ; Tue, 8 Nov 2016 16:48:04 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9EFF4E0057 for ; Tue, 8 Nov 2016 16:47:48 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 9EC6A3A0849 for ; Tue, 8 Nov 2016 16:47:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1768733 - /commons/proper/net/trunk/src/site/xdoc/index.xml Date: Tue, 08 Nov 2016 16:47:48 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161108164748.9EC6A3A0849@svn01-us-west.apache.org> archived-at: Tue, 08 Nov 2016 16:48:07 -0000 Author: sebb Date: Tue Nov 8 16:47:48 2016 New Revision: 1768733 URL: http://svn.apache.org/viewvc?rev=1768733&view=rev Log: Update example version Modified: commons/proper/net/trunk/src/site/xdoc/index.xml Modified: commons/proper/net/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/xdoc/index.xml?rev=1768733&r1=1768732&r2=1768733&view=diff ============================================================================== --- commons/proper/net/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/net/trunk/src/site/xdoc/index.xml Tue Nov 8 16:47:48 2016 @@ -82,12 +82,12 @@

To use one of the sample applications, ensure that the example and main jars are both in the same directory. Then run the class as per the following example: -
java -jar [path/]commons-net-examples-3.1.jar FTPClientExample [parameters]
+
java -jar [path/]commons-net-examples-3.5.jar FTPClientExample [parameters]
This uses the helper application which supports shorthand class names.
Alternatively, ensure that the example and main jars are on the classpath. Then invoke the class directly, for example: -
java -cp commons-net-examples-3.1.jar;commons-net-3.1.jar examples/ftp/FTPClientExample [parameters]
+
java -cp commons-net-examples-3.5.jar;commons-net-3.5.jar examples/ftp/FTPClientExample [parameters]