- Notifications
You must be signed in to change notification settings - Fork928
Closed
Labels
Description
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 causingJetBrains Fleet to not work remotely.