-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
>
> 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
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