Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp command

scp path/to/source.txt user@localhost:path/to/destinationFolder
Comment

scp bash command

# To scp a file to the Desktop directory within your home directory type:
scp -P 2500 file_name.txt ece373@localhost:Desktop/

# To scp a file from your VM to your desktop type:
scp -P 2500 ece373@localhost:Desktop/file_name.txt file_name.txt
Comment

scp command in unix

scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2
Comment

scp command

scp [OPTION] [[user@]SRC_HOST:]file1 [[user@]DEST_HOST:]file2
Comment

PREVIOUS NEXT
Code Example
Shell :: kubectl describe to yaml 
Shell :: run docker as user not root 
Shell :: learn prisma 
Shell :: Move folder content up a level using bash/shell 
Shell :: install npm in windows 
Shell :: git go back to commit 
Shell :: filezilla Directory /var/lib/docker: permission denied 
Shell :: install mongodb debian 10 
Shell :: bash rename multiple files pattern 
Shell :: rename a directory in git 
Shell :: awk output field separator 
Shell :: copy from server to local ssh 
Shell :: move linux 
Shell :: how to get first in jq 
Shell :: install grub manually 
Shell :: git log --oneline 
Shell :: uninstall 
Shell :: git config path 
Shell :: chmod chown 
Shell :: clear command in linux 
Shell :: install pycharm ubuntu 
Shell :: bash ls sort by size 
Shell :: Err:9 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.85 80] 
Shell :: unittest run specific test 
Shell :: git revert remote branch 
Shell :: write in a file linux 
Shell :: copy file from one directory to another in linux 
Shell :: solana connect mainnet 
Shell :: find all cron jobs in linux 
Shell :: /bin/grep: /sbin/init: No such file or directory 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =