in reply to Re^5: SFTP Foreign Issues using $sftp->ls
in thread SFTP Foreign Issues using $sftp->ls
Does a recursive search over the given directory $path (or directories @path) and returns a list of the entries found
By default ls returns an array of hashes, glob and find return a list of hashes. When names_only is set, ls returns an array of strings and glob and find return a list of strings.
|
|---|