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!() should honor within() #89

Closed
docwhat opened this issue Jan 7, 2014 · 3 comments
Closed

upload!() should honor within() #89

docwhat opened this issue Jan 7, 2014 · 3 comments

Comments

@docwhat
Copy link

docwhat commented Jan 7, 2014

The upload!() (and download()) methods should both honor within() for relative paths.

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.

Ciao!

@leehambley
Copy link
Member

We'll be glad of a pull request, otherwise I can't imagine that I'll ever have time to implement this.

@mikz
Copy link
Contributor

mikz commented Feb 24, 2016

Duplicate of #329 which is more active.

@leehambley
Copy link
Member

Thanks for the GC hint @docwhat

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

3 participants