2204 CHAPTER 143: SFTP C ONFIGURATION COMMANDSView SFTP client viewParameter remote-file: Name of a file on the remote SFTP server.local-file: Name for the local file.Description Use the get command to download a file from a remote SFTP server and save itlocally.If you do not specify the local-file argument, the file will be saved locally with thesame name as that on the remote SFTP server.Example # Download file temp1.c and save it as temp.c locally.sftp-client> get temp1.c temp.cRemote file:/temp1.c ---> Local file: temp.cDownloading file successfully endedhelpSyntax help [ all | command-name ]View SFTP client viewParameter all: Displays a list of all commands.command-name: Name of a command.Description Use the help command to display a list of all commands or the help informationof an SFTP client command.With neither the argument nor the keyword specified, the command displays a listof all commands.Example # Display the help information of the get command.sftp-client> help getget remote-path [local-path] Download fileDefault local-path is the same with remote-pathlsSyntax ls [ -a | -l ] [ remote-path ]View SFTP client viewParameter -a: Displays the filenames or the folder names of the specified directory.