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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: get Chapter 16
FTP
Next: Reference: login
 

list

 $

ftp


->list
([

dir

])

Lists a directory, dir , for display. If the user calls either pasv or port , returns true or false. Otherwise, returns a reference to a Net::FTP::dataconn object. If directory is omitted, defaults to the current directory.


Previous: Reference: get Perl in a Nutshell Next: Reference: login
Reference: get Book Index Reference: login