Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command line upload file ssh

scp <file to upload> <username>@<hostname>:<destination path>
Comment

ssh upload file to server

scp <path to file to upload> <username>@<hostname>:<destination path>
Comment

upload file ssh terminal

scp -i /path/to/.ssh/id_rsa path/to/file/myFiles.gz myServer.com:/folder/on/server
Comment

upload file ssh

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

PREVIOUS NEXT
Code Example
Shell :: how to kill process in linux 
Shell :: how to scp 
Shell :: chown recursive 
Shell :: ssh config only key 
Shell :: gatsby-plugin-typography 
Shell :: bash setting home 
Shell :: Running multiple commands with xargs 
Shell :: aws instance agent installation on command line (cloudwatchlogs) 
Shell :: linux -ltr 
Shell :: create a branch from old commit 
Shell :: sed replace with variable 
Shell :: ubuntu change primary group 
Shell :: find the index of a substring 
Shell :: check difference between two branches git 
Shell :: create file on terminal or git 
Shell :: how to overwrite main branch git 
Shell :: copy paste file terminal 
Shell :: delete github repository without browser 
Shell :: install nginx on ec2 
Shell :: bash comment section to a file 
Shell :: pdf compressor linux 
Shell :: Rename Files in git command 
Shell :: sveltekit with tailwindcss 
Shell :: make kernel module 
Shell :: how to use curl command in ubuntu 
Shell :: git commands cheat sheet 
Shell :: uninstall all pip packages anaconda 
Shell :: git repo 
Shell :: gitlab ci echo variable 
Shell :: deleting a remote branch 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =