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=26264>.
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=26264

Inconsistent behavior on FTP Client listfiles

           Summary: Inconsistent behavior on FTP Client listfiles
           Product: Commons
           Version: 1.1.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Net
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm trying to connect to GuildFTPd FTP Server running in w2k
if I call FTPClient.listFiles() I get an array of files

but if I call FTPClient.listFiles(FTPClient.printWorkingDirectory())
I get a null value 
FTPClient.printWorkingDirectory()) = "/"

also if I pass in the name of a single sub directory I get a null value

if I use FTPClient.changeWorkingDirectory() first and then use the 
no arg listFiles it works.

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

Reply via email to