Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow arbitrary input for bandwidth throttle #1746

Closed
cyberduck opened this issue Feb 5, 2008 · 7 comments
Closed

Allow arbitrary input for bandwidth throttle #1746

cyberduck opened this issue Feb 5, 2008 · 7 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

puntloos created the issue

So my uplink is 20Mbit/second.
1Mb/sec is slow(ish)
Unlimited even manages to disconnect my gmail connection.

Why not just give us a little box where you can enter a number? Thanks!

(and I can't find a .cyberduckrc file or something, I wouldn't mind manually setting it just once)

@cyberduck
Copy link
Collaborator Author

anonymous commented

hows that on a low priority?
seems like a easy and quite useful enhancement
my speed is 16mbit I'd like to set a limit yo 15mbit so it don't slow down my other browsing as much ..
1mbit is just not a good alternative

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#3747 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#2749 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

3578a48 commented

Custom bandwidth, or at least more choices, is a very useful feature. To avoid hogging all the bandwidth on my internal network and slowing everyone else down, I have to set Cyberduck to 1MB/s. On a 10 MB network, this is too much throttling. Seems like 1 MB would be much too low on a gigabit ethernet netowork.

Note that FileZilla offers a custom input dialog for upload/download bandwidth.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Close #4328 as duplicate

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As of c8296a8 you can define the options available in the Preferences using a hidden preference. You must give a comma delimited string of values in bytes.

  • For downloads:
defaults write ch.sudo.cyberduck queue.download.bandwidth.options 102400,1073741824
  • For uploads:
defaults write ch.sudo.cyberduck queue.upload.bandwidth.options 102400,1073741824

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The option has been changed to the same for both downloads and uploads. Use

defaults write ch.sudo.cyberduck queue.bandwidth.options 102400,1073741824

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants