Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.3k views
in .NET FTP by
I want to do an application for web, that permit do queues to download files.

For example: In the website we have too many files for free download, but we want limit the simultaneus downloads to preserve the bandwidth. And we want to do a web interface that say info to client, like how many clients there are waiting before him. estimated time, etc.

It

1 Answer

0 votes
by (162k points)
edtFTPnet now has events, so you can be notified when transfers are starting and completing. You could use this feature to maintain a count of currently underway downloads. Decrement the count when the download is complete, and permit more downloads once the current number is below your maximum. Something like that anyway ....

I want to do an application for web, that permit do queues to download files.

For example: In the website we have too many files for free download, but we want limit the simultaneus downloads to preserve the bandwidth. And we want to do a web interface that say info to client, like how many clients there are waiting before him. estimated time, etc.

It

Categories

...