Date: 2004-06-08T04:27:21
   Editor: 24.14.39.135 <>
   Wiki: Jakarta Commons Wiki
   Page: Net/FrequentlyAskedQuestions
   URL: http://wiki.apache.org/jakarta-commons/Net/FrequentlyAskedQuestions

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,8 +2,7 @@
 ----
 '''Q: On which server operating systems is FTPClient able to bring back a parsed 
listing?'''
 
-'''A:''' Currently parsers have been written for UNIX, NT, OS/2 and VMS.  When 
version 1.2.0 is released these will be able to be autodetected
-by the code without being specified.  In version 1.2.0 there will also be included a 
means of specifying a user-written parser by class name.  All of these parsers return 
FTPFile objects with as much information about the file as can be gathered from the 
listing.
+'''A:''' Currently parsers have been written for UNIX, NT, OS/2 and VMS and OS400.  
These can be autodetected by the code without being specified.  Additionally, the code 
correctly handles cases where NT or OS400 servers have been configured to look like 
unix servers.  There is also a means of specifying a user-written parser by class 
name.  All of these parsers return FTPFile objects with as much information about the 
file as can be gathered from the listing.
 
 If none of these is sufficient, FTPClient.listNames() may always be called.  This 
retrieves just the file name without other information.
 
@@ -115,5 +114,4 @@
 
 http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
 </pre>
-
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to