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

upload command fails silently when permissions #7

Open
moonbeam65 opened this issue Oct 29, 2020 · 1 comment
Open

upload command fails silently when permissions #7

moonbeam65 opened this issue Oct 29, 2020 · 1 comment

Comments

@moonbeam65
Copy link

When uploading to a file system that I do not have write permissions for the upload command fails silently.
When uploading to a non-existent directory the upload command fails noisily, as appropriate.
The mkdir command fails as expected, with appropriate messages.

I realize these are two very different execution paths.

cmda myfile.txt /var/task

fails silently

cmda myfile.txt /bar/no_such_dir

fails noisily.

cmda mkdir /var/fail_dir

fails noisily.

ps thanks for this utility!

@mhart
Copy link
Member

mhart commented Oct 29, 2020

Nice pickup! Will look into making that a bit nicer

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

No branches or pull requests

2 participants