You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/10/11 19:07:25 UTC

DO NOT REPLY [Bug 31636] - FTPClient.storeFile() should allow to specify CopyStreamListener

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





------- Additional Comments From dfs@apache.org  2004-10-11 17:07 -------
FTPClient is a little overburdened with convenience methods, so I don't
think we want to add more methods with extra arguments.  If you want to
track the progress of a file transfer, you can use storeFileStream.  All
of these convenience functions, including your proposed enhancement could
be refactored into a separate class or a subclass.  I'm non-committal
about any of the possible approaches to this issue, so I'm leaving the
issue as NEW and deferring to the input other Commons Net developers and users.
commons-dev is probably the right place for enhancement discussions.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org