start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 16.2 Net::FTP Chapter 16
FTP
Next: Reference: abort
 

new

 $

ftp

 
= Net::FTP->new
(

host

[, 

options

])

Constructs a new Net::FTP object. Arguments are:

host

The name of the remote host.

options

A hash specifying any of the following information:

Firewall

Name of an FTP firewall.

Port

Port number to use for the FTP connection. Defaults to 21.

Timeout

Timeout value. Defaults to 120 seconds.

Debug

Debug level.

Passive

True or false, specifying whether to perform transfers in passive mode.


Previous: 16.2 Net::FTP Perl in a Nutshell Next: Reference: abort
16.2 Net::FTP Book Index Reference: abort

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.