Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Read, SFTP Put and Move Files from a "Busy" NFS FileSystem

by Corion (Patriarch)
on Jan 11, 2019 at 09:38 UTC ( [id://1228383]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            my $mtime = stat("$local_dir/$file")->mtime;
    
  2. or download this
            next unless (-f "$local_dir/$file"); # File was moved in the m
    +eantime already?!
    
  3. or download this
        while (defined(my $file = readdir($DH)) {
            next unless ($file =~ m/\.xml$/);
    

Log In?
Username:
Password:

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

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

    No recent polls found