ssh command:
scp ~/local/app/file.txt /C:/myfolder
error message:
cp: cannot create regular file `/C:/myfolder/': No such file or directory
What is incorrect or what is the syntax for the local dir?
ssh command:
scp ~/local/app/file.txt /C:/myfolder
error message:
cp: cannot create regular file `/C:/myfolder/': No such file or directory
What is incorrect or what is the syntax for the local dir?
If you have pscp.exe in your windows machine then you can try this command
pscp.exe user@remoteserver:~/local/app/file.txt /C:/myfolder
else you can use WinSCP