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

Not allowing relative paths makes no sense #83

Closed
GoogleCodeExporter opened this issue Sep 1, 2015 · 3 comments
Closed

Not allowing relative paths makes no sense #83

GoogleCodeExporter opened this issue Sep 1, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Try to do something on hosts with different usernames, like copy around 
files to ~/.ssh/id_rsa.pub
2. Fail, because pscp wants to have absolute paths for remote url-s


I removed the sys.exit() after the check in pscp and everything works as 
expected. I don't understand why there is this restriction.

Original issue reported on code.google.com by martin.paljak on 8 May 2013 at 7:03

@GoogleCodeExporter
Copy link
Author

Agreed--this restriction seems pointless. I've now removed this in commit 
b6c8d71. Thanks for this report.

Original comment by amcna...@gmail.com on 8 May 2013 at 7:36

  • Changed title: Not allowing relative paths makes no sense
  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

What about the same pointless restriction in pslurp?

Original comment by ape...@gmail.com on 10 Jan 2014 at 4:52

@GoogleCodeExporter
Copy link
Author

Fixed in 87a7d00. Thanks.

Original comment by amcna...@gmail.com on 10 Jan 2014 at 7:25

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