Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh copy

# scp from <remote windows> to <local windows> on usb drive (F:)
scp <RemoteUser>@<RemoteIp>:"C:Users<RemoteUser>DownloadsVideo<FileName>*.*" F:

# In general, scp <source> <destination>
Comment

ssh copy past

scp joe@192.168.1.100:/share/music/filename1.mp3 /var/tmp
mp3 to /var/tmp

scp -r joe@192.168.1.100:/share/music/album1 /var/tmp/
So now all the folder with mp3's /share/music/album1 will save to /var/tmp/
Comment

PREVIOUS NEXT
Code Example
Shell :: flutter@f1 
Shell :: install neofetch on ubuntu 
Shell :: remove all folder except one linux 
Shell :: portainer ce install 
Shell :: terminal delete all files that start with 
Shell :: pip install --upgrade 
Shell :: install docker in kali linux 
Shell :: git remove all files in gitignore 
Shell :: bigquery export schema json 
Shell :: open git gui from command line 
Shell :: linux curl follow redirect 
Shell :: linux uninstall package 
Shell :: how to check if helm is installed 
Shell :: what is difference between npm install and npm install save --dev 
Shell :: kubectl cheat sheet 
Shell :: windows show environment variables powershell 
Shell :: ubuntu iso download 
Shell :: git delete remote name 
Shell :: installing mongodb on m1 mac 
Shell :: how to use termianl on mac to go back one directory 
Shell :: docker delete container and image 
Shell :: bash for loop multiple statements 
Shell :: ssh copy folder from local to remote 
Shell :: poetry python 
Shell :: nohup redirect output 
Shell :: chmod: Unable to change file mode Operation not permitted 
Shell :: composer install mac 
Shell :: interact with container 
Shell :: how to delete directory 
Shell :: start powershell as different user 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =