You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/09/29 18:34:34 UTC

DO NOT REPLY [Bug 23488] - OS400 FTP server directory listing is not being parsed properly in FTPFile class.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23488>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23488

OS400 FTP server directory listing is not being parsed properly in FTPFile class.





------- Additional Comments From dclowe@pathix.com  2003-09-29 16:34 -------
Actually looks like more than the name is not parsed, I guess this dir listing 
for OS400 is totally different from whatever parser is default.  Here's some 
variables I pulled from a debug of the parse method....

line= "DCLOWE         297146 03/07/03 12:06:56 *STMF      RDBpwtest.jar"
results= java.util.Vector  (id=39)
entry= org.apache.commons.net.ftp.FTPFile  (id=48)
	_date= java.util.GregorianCalendar  (id=49)
	_group= "12:06:56"
	_hardLinkCount= 297146
	_link= null
	_name= "DBpwtest.jar"
	_permissions= boolean[3][]  (id=54)
	_rawListing= "DCLOWE         297146 03/07/03 12:06:56 *STMF      
RDBpwtest.jar"
	_size= 0
	_type= 0
	_user= "03/07/03"