Created
June 23, 2021 08:03
-
-
Save amindadgar/15948c9b611aaa1543e40ef75c68dc20 to your computer and use it in GitHub Desktop.
SSH FILE TRANSFER
This file contains hidden or 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
# Use scp command to send from client to ssh server | |
# My os is windows and ssh server is linux | |
scp F:\myfile.txt root@[root ip]:/etc/myfolder/myfile.opt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And to receive from SSH server use this command
We're receiving myfile.opt to C:\download\myfile.opt