Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: appendChapter 16
FTP
Next: Reference: ascii
 

authorize

 $ftp->authorize([auth[, resp]])

Authorizes the user to send data outside the firewall, for use with FTP proxies. If authorization auth and response resp are not specified, authorize uses Net::Netrc to do a lookup.

Called with no arguments by login if the connection is through a firewall.


Previous: Reference: appendPerl in a NutshellNext: Reference: ascii
Reference: appendBook IndexReference: ascii