Help for this page

Select Code to Download


  1. or download this
    use Net::SSH2;
    
  2. or download this
            my $work_q = Thread::Queue->new();
            my $thr = threads->new( 'file_worker', $work_q );
    
  3. or download this
    my $retval = sftp_file($file,$destfile,$host,$port,$user,$privpath,$pu
    +bpath,$pass);