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
The upload!() (and download()) methods should both honor within() for relative paths.
upload!()
download()
within()
Example:
within '/tmp/' do upload! '/etc/hosts', 'should-be-in-tmp' end
I expect the file should-be-in-tmp to be in /tmp/ but instead it is in the user's home directory.
should-be-in-tmp
/tmp/
Ciao!
The text was updated successfully, but these errors were encountered:
We'll be glad of a pull request, otherwise I can't imagine that I'll ever have time to implement this.
Sorry, something went wrong.
Duplicate of #329 which is more active.
Thanks for the GC hint @docwhat
No branches or pull requests
The
upload!()
(anddownload()
) methods should both honorwithin()
for relative paths.Example:
I expect the file
should-be-in-tmp
to be in/tmp/
but instead it is in the user's home directory.Ciao!
The text was updated successfully, but these errors were encountered: