Ubuntu - Download a file from server and upload file to server using SSH(scp)
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=JsA7RTBVbTE
download file from ubuntu server, using script :
sudo scp username@ip:file_on_server.txt /client/download
upload file to ubuntu server :
scp /path/file_on_client.txt username@ip:folder_on_server
Other Videos By Ambar Hasbiyatmoko
Tags:
ssh
scp
copy
download
upload
server
ubuntu
linux
console
terminal
client
root
IP
local
remote
machine