Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: ssh/scp most recent file?

by wog (Curate)
on Sep 19, 2001 at 23:18 UTC ( [id://113449]=note: print w/replies, xml ) Need Help??


in reply to ssh/scp most recent file?

SSH usually gives you full access to a shell, thus all the commands you can use from the command line should be avialable. Therefore, you can use something like ls to look at all filenames in a directory and choose the most recent name from them, or search the output of ls, etc. (with the appropriate options) to find the file with the latest timestamp. Or you might be able to run perl on the machine through SSH to do this task for you and return the filename over SSH to your script.

You may want to look at the modules Net::SSH, Net::SCP, Net::SSH::Perl, IPC::Open2, and/or IPC::Open3. (The latter two help you open a multidirectional pipe to a program, the first two are interfaces to the ssh and scp command line programs, and Net::SSH::Perl is SSH implemented in perl.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-20 06:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found