Syntax Syntax
Source Source
File: wp-admin/includes/class-ftp.php
function nlist($pathname="", $arg="") { return $this->_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "NLST", "nlist"); }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-admin/includes/class-ftp.php
function nlist($pathname="", $arg="") { return $this->_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "NLST", "nlist"); }