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 …
ubuntu download
download file from ubuntu server, using script : sudo scp username@ip:file_on_server.txt /client/download upload file to ubuntu server : scp …
ubuntu download