Answers for "win scp open shell"

0

scp bash command

# To scp a file to the Desktop directory within your home directory type:
scp -P 2500 file_name.txt ece373@localhost:Desktop/

# To scp a file from your VM to your desktop type:
scp -P 2500 ece373@localhost:Desktop/file_name.txt file_name.txt
Posted by: Guest on December-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language