Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Copy a Local File to a Remote System with the scp Command

scp file.txt remote_username@10.10.0.2:/remote/directory
Copy
Comment

Copy a Remote File to a Local System using the scp Command

scp remote_username@10.10.0.2:/remote/file.txt /local/directory
Comment

SCP copy a directory from a local to remote system

scp -r /local/directory remote_username@10.10.0.2:/remote/directory
Comment

PREVIOUS NEXT
Code Example
Shell :: install pkgbuild arch 
Shell :: bash get lines between 
Shell :: terraform version command 
Shell :: working fork linux c compiler 
Shell :: linux ubuntu how to install AppIndicator 
Shell :: Check /app/package.json: command not found. Is a start script missing? https://help.glitch.com/kb/article/31 
Shell :: install sublime text editor ubuntu terminal 
Shell :: hsdpa modem software for linux 
Shell :: ipnyb to ppt 
Shell :: step to install vue project in visual studio code 
Shell :: git stash error: unknown switch `e‘ 
Shell :: configure: error: --with-openssl was given but OpenSSL could not be detected 
Shell :: oh-my-posh autosuggestions 
Shell :: how to archive files in linux 
Shell :: screenshot in ubuntu 
Shell :: move all files in subdirectories to current directory linux 
Shell :: ubuntu uninstall composer 
Shell :: bash add user to group 
Shell :: -----mg: *scratch* (fundamental)----all-------------------------------------------------------------------------------- 
Shell :: input prompt in command line 
Shell :: check os shell liunx cygwin darwin 
Shell :: install brew linux 
Shell :: install grub efi arch 
Shell :: install heroku cli 
Shell :: proxmox home assistant 
Shell :: git delete last commit 
Shell :: xdebug install 
Shell :: move branch to a commit 
Shell :: ocoaPods not installed or not in valid state. 
Shell :: fedora 35 to 36 upgrade 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =