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

Prioritize certain filetypes in long uploads #7892

Closed
cyberduck opened this issue Apr 22, 2014 · 3 comments
Closed

Prioritize certain filetypes in long uploads #7892

cyberduck opened this issue Apr 22, 2014 · 3 comments

Comments

@cyberduck
Copy link
Collaborator

bbb7b45 created the issue

First world Problem:

When uploading an Update to a large web app I would like to prioritize the files containing the logic (php usw.) which are usually very small over the other assets (jpg, gif usw.), which are usually very big and take up the bulk of the upload.

I Could start using configuring the app while the assets are still uploading. :)


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 7b5b142. Use the hidden property queue.upload.priority.regex and queue.download.priority.regex to determine sort order. For example

defaults write ch.sudo.cyberduck queue.upload.priority.regex ".*\.html"

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We have no plans to add a graphical preference option.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Documentation in the wiki.

@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