Re: [PHP] Rsync + ssh

2004-09-08 Thread Paul Waring
> Tell me how t use the rsync command with ssh and without prompting for password A little bit of politeness (including the word 'please') would go a long way... Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Rsync + ssh

2004-09-08 Thread Jason Wong
On Wednesday 08 September 2004 17:10, Syed Ghouse wrote: > i m using rsync command to transfer files from server to server. > > i use the below code > > rsync --password-file .passfile ssh [EMAIL PROTECTED]:/remote/dir > /localdir/dir/ > > where .passfile has the passwor