Page 1 of 1

SFTPClient progress & bandwidth limiting

Posted: Wed 03 Feb 2010 20:21
by bzorich
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

Re: SFTPClient progress & bandwidth limiting

Posted: Thu 04 Feb 2010 09:22
by Dimon
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.
bzorich wrote:Looking to have a progress bar for uploads and a way to limit the amount of bandwidth.
Please, specify what 'bandwidth limit' you mean?