Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp ubuntu

scp user1@host1.com:/files/file.txt user2@host2.com:/filesCopy
Comment

enale scp in ubuntu

sudo apt update
sudo apt install openssh-server
sudo ufw allow ssh
Comment

scp command ubuntu

scp source_location destination
'source_location' => location of the file you want to copy.
'destination'  => location of the directory you want to paste the file.

Consider you want to copy file from the server in your current diractory
'scp root@server1:location/to/file .'
Comment

PREVIOUS NEXT
Code Example
Shell :: clock skew detected 
Shell :: ubuntu copy 
Shell :: check how many container running or not running in docker 
Shell :: remove git file from folder 
Shell :: password generator bash 
Shell :: docker run always puull 
Shell :: which equivalent powershell 
Shell :: remove file from terminal ubuntu 
Shell :: git stash example 
Shell :: read string by string in file in linux 
Shell :: android studio kvm is required to run this avd 
Shell :: aws cli has no installation package in ubuntu server 20.04 how to solve 
Shell :: powershell script enable tls 1.2 
Shell :: jenkins store sh output in variable 
Shell :: grep without pattern 
Shell :: alpine apt-get not found 
Shell :: bash script to clean up log files 
Shell :: print grep output in one line 
Shell :: surge delete project 
Shell :: git restore file 
Shell :: anaconda install package 
Shell :: rename a file in linux 
Shell :: install redis 
Shell :: how to install onnx on jetson nano 
Shell :: install v2ray 
Shell :: angular cli interface generate 
Shell :: grep exact match 
Shell :: how to search the memory for the address of bin/sh 
Shell :: git clone permission denied 
Shell :: git bash gradle weird characters 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =