Last active
July 17, 2017 08:15
-
-
Save farukyildiz/00751ed00045209c7a1cec7121b2c2de to your computer and use it in GitHub Desktop.
Transfer Folder Windows To Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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