Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: creating a directory remotely implicitly

by perlfan (Vicar)
on Jun 28, 2016 at 14:12 UTC ( [id://1166777]=note: print w/replies, xml ) Need Help??


in reply to creating a directory remotely implicitly

I am not familiar with this package, but I know that with scp, using the recursive (-r) option you may place a hierarchy of directories and files onto the remote machine. Similarly, you can use rsync. With that in mind, you could mirror the structure you want locally, then do a recursive scp or an rsync (using a Perl module hopefully) to achieve the effect you desire.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 07:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found