my $sftp = $ssh->sftp; $sftp->put($sourcefile, $remotefile); [download]
In reply to Re: creating a directory remotely implicitly by salva in thread creating a directory remotely implicitly by t-rex