2205-l: Displays in list form detailed information of the files and folder of the specifieddirectoryremote-path: Name of the directory to be queried.Description Use the ls command to display file and folder information under a specifieddirectory.With the -a and -l keyword not specified, the command displays detailedinformation of files and folder under the specified directory in a list form.With the remote-path not specified, the command displays the file and folderinformation of the current working directory.This command functions as the dir command.Example # Display in a list form the detailed file and folder information under the currentworking directory.sftp-client> ls-rwxrwxrwx 1 noone nogroup 1759 Aug 23 06:52 config.cfg-rwxrwxrwx 1 noone nogroup 225 Aug 24 08:01 pubkey2-rwxrwxrwx 1 noone nogroup 283 Aug 24 07:39 pubkey1-rwxrwxrwx 1 noone nogroup 225 Sep 28 08:28 pub1drwxrwxrwx 1 noone nogroup 0 Sep 28 08:24 new1drwxrwxrwx 1 noone nogroup 0 Sep 28 08:18 new2-rwxrwxrwx 1 noone nogroup 225 Sep 28 08:30 pub2mkdirSyntax mkdir remote-pathView SFTP client viewParameter remote-path: Name for the directory on a remote SFTP server.Description Use the mkdir command to create a directory on a remote SFTP server.Example # Create a directory named test on the remote SFTP server.sftp-client> mkdir testNew directory createdputSyntax put local-file [ remote-file ]View SFTP client viewParameter local-file: Name of a local file.