in reply to Re^2: Monitor transfers with Net::FTP
in thread Monitor transfers with Net::FTP
That's not how you invoke it. Either make your constructor like such:
Or before you call put call the hash method:my $ftp = Net::FTP->new( "some.host.name", Hash => 1);
$ftp->hash( 1 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Monitor transfers with Net::FTP
by Anonymous Monk on Aug 18, 2009 at 20:41 UTC |