Ubuntu - Download a file from server and upload file to server using SSH(scp)

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=JsA7RTBVbTE



Duration: 7:03
48,998 views
159


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


2016-12-26Highcharts Tutorial : Adding line of highcarts and custom line color
2016-12-23Centos 7 - Run inotify on startup
2016-12-22Codeigniter+Postgresql+Centos: Unable to connect to your database server using the provided settings
2016-12-20Stuck on loading centos linux 7 & get problem 'A start job is running for etc,rc.local'
2016-12-19Install virtualbox on ubuntu 16.04 LTS
2016-12-18How to install Steam in Ubuntu 16.04 and fixing the Steam not opening
2016-12-16Javascript tricks - How to include a JavaScript file in another JavaScript file
2016-12-15Incron Ubuntu - user 'root' is not allowed to use incron
2016-12-15Apache - prevent apache landing(home) page on centos 7
2016-12-12PHP Tutorial - Set variable from echo
2016-12-04Ubuntu - Download a file from server and upload file to server using SSH(scp)
2016-12-04Ubuntu server problem - ssh: connect to host 192.x port 22: Connection refused
2016-12-03Ubuntu server (virtualbox) - Setting up host only on ubuntu server - virtualbox
2016-12-02Centos7 problem - cannot SSH (Permission denied, please try again.)
2016-12-01Postgresql problem - ERROR: numeric field overflow
2016-11-30PHP problem : downloading file doesn't work(no extension) on mozilla firefox
2016-11-23PHPExcel problem - blank objwriter-save(when create excel 2007) in centos 7
2016-11-21Centos7 : su - postgres Authentication failure
2016-11-21Codeigniter2.0.3 on PHP7: only variable references should be returned by reference(Common,Loader)
2016-11-19Fixing Ubuntu - Filesystem unknown. Entering Rescue mode. grub rescue
2016-11-18run multiple php on xampp under windows 7



Tags:
ssh
scp
copy
download
upload
server
ubuntu
linux
console
terminal
client
root
IP
local
remote
machine