sftp-client># Display the current directory of the server. Delete the file z and verify the result.sftp-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 pubkey1drwxrwxrwx 1 noone nogroup 0 Sep 01 06:22 new-rwxrwxrwx 1 noone nogroup 225 Sep 01 06:55 pub-rwxrwxrwx 1 noone nogroup 0 Sep 01 08:00 zReceived status: End of fileReceived status: Successsftp-client> delete zThe following files will be deleted:/zAre you sure to delete it?(Y/N):yThis operation may take a long time.Please wait...Received status: SuccessFile 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 pubkey1drwxrwxrwx 1 noone nogroup 0 Sep 01 06:22 new-rwxrwxrwx 1 noone nogroup 225 Sep 01 06:55 pubReceived status: End of fileReceived status: Success# Add a directory new1, and then check whether the new directory is successfully created.sftp-client> mkdir new1Received status: SuccessNew 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 pubkey1drwxrwxrwx 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 new1Received status: End of fileReceived status: Success# Rename the directory new1 as new2, and then verify the result.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 pubkey257-19