Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I propose to rename from:
FtpFile getFileObject(String file) throws FtpException;
to:
FtpFile getFile(String path) throws FtpException;
There is a patch for this.