diff --git a/README.md b/README.md index 0cce090..f08c354 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ From local machine to remote (replacing SSHALIAS with your ssh alias or user@hos ``` cd uploads/directory +# For mac/linux rsync -avz --rsh=ssh ./ SSHALIAS:/var/www/ation.develop.digitalmediauconn.org/public_html/www/wp-content/uploads ``` @@ -39,7 +40,10 @@ From remote to local machine (replacing SSHALIAS with your ssh alias or user@hos ``` cd uploads/directory +# For mac/linux rsync -avz --rsh=ssh SSHALIAS:/var/www/ation.develop.digitalmediauconn.org/public_html/www/wp-content/uploads/* . +# For windows +scp -r SSHALIAS:/var/www/ation.develop.digitalmediauconn.org/public_html/www/wp-content/uploads /path/to/local/ationframework/www/wp-content ``` ## Contact