2-7/zAre you sure to delete it? [Y/N]:yThis operation may take a long time.Please wait...File successfully Removedsftp-client> dir-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 pubkeydrwxrwxrwx 1 noone nogroup 0 Sep 01 06:22 new-rwxrwxrwx 1 noone nogroup 225 Sep 01 06:55 pub# Add a directory named new1 and check if it has been created successfully.sftp-client> mkdir new1New directory createdsftp-client> dir-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 pubkeydrwxrwxrwx 1 noone nogroup 0 Sep 01 06:22 new-rwxrwxrwx 1 noone nogroup 225 Sep 01 06:55 pubdrwxrwxrwx 1 noone nogroup 0 Sep 02 06:30 new1# Rename directory new1 to new2 and check if the directory has been renamed successfully.sftp-client> rename new1 new2File successfully renamedsftp-client> dir-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 pubkeydrwxrwxrwx 1 noone nogroup 0 Sep 01 06:22 new-rwxrwxrwx 1 noone nogroup 225 Sep 01 06:55 pubdrwxrwxrwx 1 noone nogroup 0 Sep 02 06:33 new2# Download the file pubkey2 from the server and change the name to public.sftp-client> get pubkey2 publicRemote file:/pubkey2 ---> Local file: publicDownloading file successfully ended# Upload the local file pu to the server, save it as puk, and check if the file has been uploadedsuccessfully.sftp-client> put pu pukLocal file:pu ---> Remote file: /pukUploading file successfully endedsftp-client> dir-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 pubkeydrwxrwxrwx 1 noone nogroup 0 Sep 01 06:22 newdrwxrwxrwx 1 noone nogroup 0 Sep 02 06:33 new2-rwxrwxrwx 1 noone nogroup 283 Sep 02 06:35 pub-rwxrwxrwx 1 noone nogroup 283 Sep 02 06:36 puksftp-client># Terminate the connection to the remote SFTP server.sftp-client> quitBye