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 );
In reply to Re^3: Monitor transfers with Net::FTP
by derby
in thread Monitor transfers with Net::FTP
by jellisii2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |