InterviewSolution
Saved Bookmarks
| 1. |
Explain the advantages of using SFTP protocol in FTP client software. |
|
Answer» Unauthorized access is denied by using username and password hence secure our website les, for this SSH (Secure Shell) FTP simply SFTP is used. It encrypts and sends usernames, passwords, and data to the webserver. |
|