You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run spot on Windows. I've tried to copy a file to a subfolder in user home directory.
That works if I use relative remote path like ./wg-easy/docker-compose.yml.
But with an absolute path mkdir tries to create a folder with Windows backslash separator, e.g. in this case
It gives an error [0] failed command "copy" on host my-host.com:22 (): can't copy file to my-host.com:22: failed to create remote file: file does not exist but a folder named \home\myuser\wg-easy is created inside user homedir.
The text was updated successfully, but these errors were encountered:
I run spot on Windows. I've tried to copy a file to a subfolder in user home directory.
That works if I use relative remote path like
./wg-easy/docker-compose.yml
.But with an absolute path
mkdir
tries to create a folder with Windows backslash separator, e.g. in this caseIt gives an error
[0] failed command "copy" on host my-host.com:22 (): can't copy file to my-host.com:22: failed to create remote file: file does not exist
but a folder named\home\myuser\wg-easy
is created inside user homedir.The text was updated successfully, but these errors were encountered: