Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: comparing files after FTP

by demerphq (Chancellor)
on Oct 15, 2003 at 23:41 UTC ( [id://299593]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $s_ftp->binary() or die $s_ftp->message;
    $d_ftp->binary() or die $s_ftp->message;
    
  2. or download this
    use strict;
    use warnings;
    ...
    $source_ftp->pasv_xfer($source_file, $dest_ftp, $dest_file)
      or warn "Failed xfer:\n" .
          $source_ftp->ok ? $dest_ftp->message : $source_ftp->message;
    

Log In?
Username:
Password:

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

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

    No recent polls found