Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

move files from local to remote ssh

#Subir un archivo al server
scp archivo.txt usuario@dominio.com:/home/usuario
#Subir un directorio al server
scp -r /home/mario/carpeta usuario@dominio.com:/home/usuario
#----------------------
#Bajar un archivo del server
scp usuario@dominio.com:/home/usuario archivo.txt 
#Bajar un directorio del server
scp -r usuario@dominio.com:/home/usuario /home/mario/carpeta
Comment

PREVIOUS NEXT
Code Example
Shell :: qgis linux 
Shell :: fetch a specific branch 
Shell :: angular 8 install agm 
Shell :: terraform apply target 
Shell :: copy file to another directory linux 
Shell :: get latitude and longitude based on user entered place android 
Shell :: macos terminal delete file 
Shell :: helm install with values file 
Shell :: ansible Permission denied (publickey,password). 
Shell :: install docker on linux 
Shell :: install wordpress linux 
Shell :: ubuntu fix wrong lsb_release 
Shell :: zsh print each line of script 
Shell :: dpkg: error processing package nginx (--configure): dependency problems - leaving unconfigured 
Shell :: allure report history 
Shell :: ksd command not found 
Shell :: 7z extract to folder with same name linux 
Shell :: ros dep install 
Shell :: git create new remote oupstream 
Shell :: -f in shell script 
Shell :: very strong ssh encryption key 
Shell :: reart admin 
Shell :: The application “SpringToolSuite4” can’t be opened. 
Shell :: conda install cffi 
Shell :: copy a file through ssh 
Shell :: how to extract doi from rtf file 
Shell :: stop openhab2 service 
Shell :: brownie list networks 
Shell :: manjaro network driver installed but not working 
Shell :: get coordinates of the cursor ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =