Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SCP file transfer does not support relative file paths #4564

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

Closed
phorcys420 opened this issue Oct 15, 2022 · 1 comment
Closed

SCP file transfer does not support relative file paths #4564

phorcys420 opened this issue Oct 15, 2022 · 1 comment
Labels
api Area: HTTP API

Comments

@phorcys420
Copy link
Member

When a canonical path is not specifed, scp should have the base path be the home of the current user.

scp -r ./folder coder.env:.cache/JetBrains/Fleet
scp: stat remote: No such file or directory

scp -r ./folder coder.env:/home/coder/.cache/JetBrains/Fleet works fine.

I have checked and this SCP behavior is functional over regular SSH.
This is causing JetBrains Fleet to not work remotely.

@kylecarbs kylecarbs added bug api Area: HTTP API labels Oct 15, 2022
@kylecarbs
Copy link
Member

Fixed by #4549

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

No branches or pull requests

2 participants