SFTPClient progress & bandwidth limiting

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
bzorich
Posts: 1
Joined: Fri 29 Jan 2010 22:08

SFTPClient progress & bandwidth limiting

Post by bzorich » Wed 03 Feb 2010 20:21

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: SFTPClient progress & bandwidth limiting

Post by Dimon » Thu 04 Feb 2010 09:22

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?

Post Reply