Hello Support,
Looking to have a progress bar for uploads and a way to limit the amount of bandwidth. Currently have it uploading files 1-40meg and it seems to work very well except no idea on how far the upload is and it slows the connection to a crawl. I looked at OnData but it only seems to get triggered on a download and not an upload.
I use WINSCP currently as a ssh file manager and it has progress and bandwidth limit. Any way to have the same functionality in SecureBridge SFTPClient?
Bo
SFTPClient progress & bandwidth limiting
Re: SFTPClient progress & bandwidth limiting
The point is that the OnData event is arised only on reading file from SFTP server or on dowloading. To process sending data you can use the OnSuccess event.
Please, specify what 'bandwidth limit' you mean?bzorich wrote:Looking to have a progress bar for uploads and a way to limit the amount of bandwidth.