Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The Util.copyStream() method supports a CopyStreamListener, but at present no classes use this.
It could be useful to add this as an option for the FTPClient file I/O methods (retrieveFile, storeFile etc).
Rather than add an optional parameter to each of the methods, it would be simpler to add a new instance field + setter to the FTPClient class.