Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: mkdirChapter 16
FTP
Next: Reference: pasv
 

nlst

 $ftp->nlst([dir])

Lists a directory, dir, for further processing. With no argument, defaults to the current directory. If the user calls either pasv or port, returns true or false. Otherwise, returns a reference to a Net::FTP::dataconn object.


Previous: Reference: mkdirPerl in a NutshellNext: Reference: pasv
Reference: mkdirBook IndexReference: pasv