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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: list Chapter 16
FTP
Next: Reference: ls
 

login

$

ftp


->
([

login

[, 

passwd

[, 

account

]]])

Logs user into an FTP server. Arguments are:

login

Login name. If not specified, defaults to anonymous or to the value in $HOME/.netrc .

passwd

Password. If not specified, defaults to the user's email address or to the value in $HOME/.netrc .

account

Additional account information, for files on the FTP server that have special access restrictions.


Previous: Reference: list Perl in a Nutshell Next: Reference: ls
Reference: list Book Index Reference: ls