Which standard protocol is used to securely transfer files over an SSH connection between a client and a remote server?
AFTP
BTFTP
CSFTP (SSH File Transfer Protocol)
DHTTP
Explanation
SFTP (SSH File Transfer Protocol) encrypts both commands and data payloads over TCP port 22. Standard FTP sends credentials in plain text, making it vulnerable to packet sniffing.
Exam Relevance
- Topic: Computer Networks
- Subtopic: Application Protocols

No Comments