RE: [PHP] SCP a file from my server to another using PHP

2004-05-05 Thread Matt Babineau
Its getting run from PHP with the User of nobody:nobody in Apache -Original Message- From: Vail, Warren [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 5:45 PM To: 'Matt Babineau'; [EMAIL PROTECTED] Subject: RE: [PHP] SCP a file from my server to another using PHP Matt,

Re: [PHP] SCP a file from my server to another using PHP

2004-05-04 Thread Kelly Hallman
May 4 at 4:25pm, Matt Babineau wrote: > When I take the same string that I jsut used to scp the file and run it > using exec, system, passthru it doesn't work!! I'm baffled and was > hoping someone had successfully done this before. > > $address = www.url.com; > $value = "foldername"; I assume t

RE: [PHP] SCP a file from my server to another using PHP

2004-05-04 Thread Vail, Warren
PROTECTED] Sent: Tuesday, May 04, 2004 4:26 PM To: [EMAIL PROTECTED] Subject: [PHP] SCP a file from my server to another using PHP Hey All: Interesting problem that I haven't been able to solve using google. I want to move a file from my system using php, and I want to SCP it to another syst

[PHP] SCP a file from my server to another using PHP

2004-05-04 Thread Matt Babineau
Hey All: Interesting problem that I haven't been able to solve using google. I want to move a file from my system using php, and I want to SCP it to another system. I setup the 2 keys and I can SCP files w/o using a password from the command line with no problem. When I take the same string that