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

Handle web+ftb uploads #55

Open
hexylena opened this issue Jul 28, 2015 · 1 comment
Open

Handle web+ftb uploads #55

hexylena opened this issue Jul 28, 2015 · 1 comment

Comments

@hexylena
Copy link
Collaborator

Based on some comments on IRC this morning, bioblend won't upload files larger than 2GB. Not surprising.

We should check file size, upload via web if possible, and if larger than that, upload via FTP (will require user interaction for login details) in order to make the user experience more seamless for put() commands.

@hexylena
Copy link
Collaborator Author

For my future reference, uploading from FTP looks like:

inputs = {
    "files_0|ftp_files":"path/to/file",
    "dbkey":"?",
    "file_type":"auto",
    "files_0|type":"upload_dataset",
    "files_0|space_to_tab": None,
    "files_0|to_posix_lines":"Yes"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant