Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copiar arichvos linux 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 :: ubuntu install kde partition manager 
Shell :: gh configure vim 
Shell :: uninstall packages atom 
Shell :: powershell list services filter 
Shell :: TestStand enter non ascii 
Shell :: how to sort unsorted file and to write it to a new file bash 
Shell :: install docker ce on centos 
Shell :: linux remove lines from file 
Shell :: debian install ab 
Shell :: tsc watch not support alias path 
Shell :: Create htpasswd file for nginx (without apache) 
Shell :: upgrade all content database sharepoint 2013 powershell 
Shell :: add string at the end of each line 
Shell :: install magento extension composer 
Shell :: linux covert file to ascii 
Shell :: hojarudi 
Shell :: awk csv to column 
Shell :: install opencl headers ubuntu 
Shell :: how to install gnome software center 
Shell :: how can we add modified files to the staging area and commit them at the same time 
Shell :: git remote add origin 
Shell :: find mtime rm 
Shell :: container registry permissions gcp 
Shell :: laravel 7 upgrade 
Shell :: push a new local repository to github. 
Shell :: bash script wget 
Shell :: undo git amend 
Shell :: importerror no module named numpy ubuntu 
Shell :: mv bash 
Shell :: virtualbox shared folder linux 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =