Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Copying Folder to Server

scp -r /home/myfolder  root@example.com:/opt/odoo/


It will copy the folder and all the files in the folder to the destination location.
scp -r /home/myfolder/*  root@example.com:/opt/odoo/
Source by www.cybrosys.com #
 
PREVIOUS NEXT
Tagged: #Copying #Folder #Server
ADD COMMENT
Topic
Name
4+6 =