LSSyntax: ls [<server filespec>] FTP Command Index SFTP Command Index The LS command displays a simple listing of server files matching the given filespec. (Compare this to the DIR command, which displays a more detailed listing.)
ExampleIn this example, the names of all files in the current folder on a UNIX FTP server are listed: LS *.* | ||
|