Search Results

Search: Posts Made By: Yashaswini H L
5,208
Posted By Yashaswini H L
Pearl script Net::SFTP authentication error
#!/usr/local/bin/perl -w
use Net::SFTP;
use File::Copy;

my $user=(getpwuid($<))[0];
my $server = "servername";
print "user - $user server - $server \n";
my %args = ( user => "$user",...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy