Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.8k views
in .NET FTP by (160 points)
Hi,

Can edtFTPNet throttling the bandwidth (in kpbs or something) when up- or downloading? I find no property or method about this.

2 Answers

0 votes
by (51.6k points)
No, we have not yet implemented bandwidth throttling, however you can implement it yourself without too much trouble. Try handling the BytesTransferred event, which is called each time TransferNotifyInterval bytes have been transferred. You can put sleeps, using CurrentThread.Sleep(n), in there as appropriate.

- Hans (EnterpriseDT)
0 votes
by (160 points)
Hans,

I'll try. Thank you.

Categories

...