scp windows recursive copy problem
In you encounter scp problem when doing a recursive copy from Windows to Linux, try adding the -O parameter.
scp -r -O sample-files/ target-server:/target-path/
In you encounter scp problem when doing a recursive copy from Windows to Linux, try adding the -O parameter.
scp -r -O sample-files/ target-server:/target-path/
Comments
Post a Comment