Help for this page

Select Code to Download


  1. or download this
     $sftp = Net::SFTP::Foreign->new( $remnode,key_path => '/export/home/secbatch/.ssh/id_rsa', more => '-v', );
  2. or download this
    %args = ( "user" => $remuser, key_path => '/export/home/secbatch/.ssh/
    +id_rsa' );
    $sftp = Net::SFTP::Foreign->new( $remnode,%args, more => '-v', );