Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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:.cache/JetBrains/Fleet
scp: stat remote: No such file or directory
scp -r ./folder coder.env:/home/coder/.cache/JetBrains/Fleet works fine.
scp -r ./folder coder.env:/home/coder/.cache/JetBrains/Fleet
I have checked and this SCP behavior is functional over regular SSH. This is causing JetBrains Fleet to not work remotely.
The text was updated successfully, but these errors were encountered:
Fixed by #4549
Sorry, something went wrong.
scp
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: