in reply to trying to get Net::SFTP::Foreign to work
$sftp = Net::SFTP::Foreign->new("$user\@$host"); $sftp->error and die "unable to connect to remote host: " . $sftp->err +or; [download]