perl.beginners
[Top] [All Lists]

SCP::NET 'put' error

Subject: SCP::NET 'put' error
From: Lerameur
Date: Thu, 01 Nov 2007 11:41:14 -0700
Newsgroups: perl.beginners

Hello,

I wrote a small program to test the SCP function.
The program simply outputs Died at line 44, which is the line for the
put function
my $file_to_put =''test.txt'' ;

....

$SCP->put($file_to_put) or die $SCP->{errstr};

is the problem on putting the actual file, or is it more on finding
that file (test.txt)


<Prev in Thread] Current Thread [Next in Thread>