You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/06/19 00:21:50 UTC

svn commit: r1686330 - /commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java

Author: sebb
Date: Thu Jun 18 22:21:50 2015
New Revision: 1686330

URL: http://svn.apache.org/r1686330
Log:
Add hint

Modified:
    commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java

Modified: commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java?rev=1686330&r1=1686329&r2=1686330&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java (original)
+++ commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java Thu Jun 18 22:21:50 2015
@@ -66,6 +66,7 @@ public final class FTPClientExample
         "\t-k secs - use keep-alive timer (setControlKeepAliveTimeout)\n" +
         "\t-l - list files using LIST (remote is used as the pathname if provided)\n" +
         "\t     Files are listed twice: first in raw mode, then as the formatted parsed data.\n" +
+        "\t     N.B. if the wrong server-type is used, output may be lost. Use -U or -S as necessary.\n" +
         "\t-m - list file details using MDTM (remote is used as the pathname if provided)\n" +
         "\t-L - use lenient future dates (server dates may be up to 1 day into future)\n" +
         "\t-n - list file names using NLST (remote is used as the pathname if provided)\n" +