Ubuntu - Download a file from server and upload file to server using SSH(scp)
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
نظرات