Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.1
-
None
-
None
-
None
-
Operating System: All
Platform: PC
-
26264
Description
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.