You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2005/10/17 20:25:23 UTC

svn commit: r325949 - /jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java

Author: imario
Date: Mon Oct 17 11:25:18 2005
New Revision: 325949

URL: http://svn.apache.org/viewcvs?rev=325949&view=rev
Log:
print system name

Modified:
    jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java

Modified: jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java?rev=325949&r1=325948&r2=325949&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java (original)
+++ jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java Mon Oct 17 11:25:18 2005
@@ -58,6 +58,9 @@
                 throw new IllegalArgumentException("change dir to '" + dir + "' failed");
             }
         }
+
+        System.err.println("System: " + client.getSystemName());
+
         FTPFile[] files = client.listFiles();
         for (int i = 0; i < files.length; i++)
         {



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