We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AbstractJobStore._get_size
_get_size currently doesn't support FTP as it requires special commands and wizardry.
_get_size
This will also need to support extracting username/password from the URL and/or supporting environmental variables to override the username/password
This will allow FTP files to work with #5133
┆Issue is synchronized with this Jira Story ┆Issue Number: TOIL-1660
The text was updated successfully, but these errors were encountered:
I implemented the equivalent of this in https://github.com/ohsu-comp-bio/cwl-tes/blob/03f0096f9fae8acd527687d3460a726e09190c3a/cwl_tes/ftp.py#L231 Feel free to steal!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
_get_size
currently doesn't support FTP as it requires special commands and wizardry.This will also need to support extracting username/password from the URL and/or supporting environmental variables to override the username/password
This will allow FTP files to work with #5133
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1660
The text was updated successfully, but these errors were encountered: