Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

centos copy files ssh

scp <source> <destination>

#To copy a file from B to A while logged into B:
scp /path/to/file username@a:/path/to/destination

#To copy a file from B to A while logged into A:
scp username@b:/path/to/file /path/to/destination
Comment

PREVIOUS NEXT
Code Example
Shell :: refusing to merge unrelated histories git 
Shell :: intall mondg brew 
Shell :: bash tee stdout and stderr 
Shell :: restart nginx mac 
Shell :: kubernetes get inside pod 
Shell :: opencv install 
Shell :: how to run explorer in wsl 
Shell :: install pcl ubuntu 
Shell :: linux compress pdf 
Shell :: uncommit last commit in local 
Shell :: bash single line if-else condition 
Shell :: how to update metasploit 
Shell :: git remove remote file keep local 
Shell :: undo local commit 
Shell :: how to install visual studio code in ubuntu 
Shell :: bash grep find lines that start with word 
Shell :: Add Subtitles (.SRT file) To MP4 With FFMPEG 
Shell :: gzip folder .gz file in linux 
Shell :: composer install global 
Shell :: install php 8 debian 
Shell :: how to ping in cmd 
Shell :: install expo 
Shell :: install psycopg2 
Shell :: bash create folder in current directory 
Shell :: check network interface linux 
Shell :: git username password config 
Shell :: bc add 
Shell :: install deb file in ubuntu 
Shell :: install node using nvm windows 
Shell :: httpd service centos 7 and centos 8 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =