You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Zion Yuan <zi...@gmail.com> on 2012/10/25 21:47:45 UTC

[net - FTP] How to monitor FTP progress with file transfer between remote servers

I am using the commons FTPClient remoteRetrieve() and remoteStore() for
file transfer between remote servers.
What is best way to monitor the transfer progress? Thanks