RE: SCP help

2004-05-26 Thread John Pretti
-Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 2:09 PM To: John Pretti; [EMAIL PROTECTED] Subject: Re: SCP help > > All, > > I have developed a CGI that will take information from a CGI based form and > SCP a spe

Re: SCP help

2004-05-26 Thread Wiggins d Anconia
> > All, > > I have developed a CGI that will take information from a CGI based form and > SCP a specific file to a remote server. I am having some troubles and I > think I need to escape something. Anyone have any ideas? Snippet of code is > as follows: > > # SCP commands > my $scp_cmd = "/us

SCP help

2004-05-26 Thread John Pretti
All, I have developed a CGI that will take information from a CGI based form and SCP a specific file to a remote server. I am having some troubles and I think I need to escape something. Anyone have any ideas? Snippet of code is as follows: # SCP commands my $scp_cmd = "/usr/bin/scp"; my $scp_o