Help for this page

Select Code to Download


  1. or download this
    $sftp = Net::SFTP::Foreign->new("$user\@$host");
    $sftp->error and die "unable to connect to remote host: " . $sftp->err
    +or;