amchidam has asked for the wisdom of the Perl Monks concerning the following question:
Hi all, i was trying to sftp my file from server to server using perl script
my $sftp = Net::SFTP->new($ip,%args); $sftp->put($localfile,$remortdir); ->this was line no 11
I got some error in 11th line like "Couldn't get handle : Failure at line 11"
could any one give a fine solution for this
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Couldn't get handle : Failure at line 11,sftp a file in perl
by Mr. Muskrat (Canon) on Mar 17, 2016 at 19:58 UTC | |
by amchidam (Initiate) on Mar 18, 2016 at 06:35 UTC | |
by poj (Abbot) on Mar 18, 2016 at 07:51 UTC |