Re: Fw: [PHP] Rsync + ssh

2004-09-08 Thread John Nichel
Syed Ghouse wrote: Please anybody tell me how t use the rsync command with ssh and without prompting for password I must have missed the php part of this question. Here, this is how to use rsync... Ask on the proper list! -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP

Fw: [PHP] Rsync + ssh

2004-09-08 Thread Syed Ghouse
(BHi All (B (Bi m using rsync command to transfer files from server to server. (B (Bi use the below code (B (Brsync --password-file .passfile ssh [EMAIL PROTECTED]:/remote/dir (B/localdir/dir/ (B (Bwhere .passfile has the password... (B (BBut eventhough i have passed the password file