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=31636>. 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=31636 FTPClient.storeFile() should allow to specify CopyStreamListener Summary: FTPClient.storeFile() should allow to specify CopyStreamListener Product: Commons Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Net AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] FTPClient.storeFile() and friends should allow to specify a CopyStreamListener. FTPClient.storeFile() goes down to Util.copyStream() which allows for a CopyStreamListener parameter. This way one could implement displaying of hashes #### to display the transfer status. storeFile() could be overloaded with a CopyStreamListener parameter and there could be an FTPClient.setCopyStreamListener() for all operations of this FTPClient. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]