Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: creating a directory remotely implicitly

by salva (Canon)
on Jun 28, 2016 at 18:36 UTC ( [id://1166815]=note: print w/replies, xml ) Need Help??


in reply to creating a directory remotely implicitly

Another option, besides running mkdir -p $targetdir, is to use SFTP:
my $sftp = $ssh->sftp; $sftp->put($sourcefile, $remotefile);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1166815]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (10)
As of 2024-04-23 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found