RE: cgi mail script anyone?

2003-10-07 Thread Roberts Mr Richard L
I am using NET::SSH::Perl. Login is correct. mkdir is correct. Yet when I try to pass a local file to remote host to copy file to newly created directory, it fails: code: use Net::SSH::Perl my $ssh = Net::SSH::Perl-new($host); $ssh-login($user, $pass); print $ssh-cmd(mkdir $site); print

RE: cgi mail script anyone?

2003-10-07 Thread Roberts Mr Richard L
i.e. no file is copied. Does that makes sence? sierrasurf -Original Message- From: TN [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 1:10 PM To: 'Roberts Mr Richard L' Cc: 'Dan Muey'; [EMAIL PROTECTED]; 'Teresa Raymond'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: cgi

RE: cgi mail script anyone?

2003-10-07 Thread Roberts Mr Richard L
I have full permissions as earlier code creates new dir: $site, yet when I try to 'cd' or even 'cwd' notta thus when I try to cp $ssh-cmd(cp $file 20020922); it bombs. -Original Message- From: TN [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 1:10 PM To: 'Roberts Mr Richard L