DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32374>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32374 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2004-12-14 10:16 ------- Hi Rory, We too are facing the same problem. Basically I am trying to know if a given path is a directory or file. String serverfilenm = "/fs01/software/work/kinnari/test file 77s.txt"; FTPFile[] fileObjects= ftpclient_cl.listFiles(serverfilenm); When above is executed, fileObjects is returned with zero length. Of course, file is very much present on the server. Expected was that array would contain one element. My ftp server is RedHat ES Linux 2.1. Same problem even on Solaris 8 . Kindly look into this problem. thanks, Kinnari -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
