Skip to content

Instantly share code, notes, and snippets.

@farukyildiz
Last active July 17, 2017 08:15
Show Gist options
  • Save farukyildiz/00751ed00045209c7a1cec7121b2c2de to your computer and use it in GitHub Desktop.
Save farukyildiz/00751ed00045209c7a1cec7121b2c2de to your computer and use it in GitHub Desktop.
Transfer Folder Windows To Ubuntu
On Windows Cmd.
Note : If you want to directory transfer, you have to use -r parameter.
> pscp -r [directory_path] user@hostname:[linux_path]
.
..
...
And
...
..
.
You input to password for user.
-----
install ssh (Must)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment