nerdexam
CompTIA

SY0-501 · Question #256

A security administrator wishes to implement a secure a method of file transfer when communicating with outside organizations. Which of the following protocols would BEST facilitate secure file transf

The correct answer is A. SCP F. FTPS. Secure file transfer requires protocols that encrypt both authentication credentials and data in transit. SCP and FTPS both provide encryption, making them suitable for transferring files with outside organizations.

Submitted by andreas_gr· Mar 4, 2026General security concepts

Question

A security administrator wishes to implement a secure a method of file transfer when communicating with outside organizations. Which of the following protocols would BEST facilitate secure file transfers? (Select TWO)

Options

  • ASCP
  • BTFTP
  • CSNMP
  • DFTP
  • ESMTP
  • FFTPS

How the community answered

(45 responses)
  • A
    84% (38)
  • B
    2% (1)
  • C
    2% (1)
  • D
    9% (4)
  • E
    2% (1)

Why each option

Secure file transfer requires protocols that encrypt both authentication credentials and data in transit. SCP and FTPS both provide encryption, making them suitable for transferring files with outside organizations.

ASCPCorrect

SCP (Secure Copy Protocol) uses SSH (port 22) to encrypt both authentication and data during file transfer, providing strong confidentiality and integrity for files transferred between hosts.

BTFTP

TFTP (Trivial File Transfer Protocol) is a simplified, unauthenticated file transfer protocol that transmits data in cleartext with no encryption or access control mechanisms.

CSNMP

SNMP (Simple Network Management Protocol) is a network monitoring and management protocol, not a file transfer protocol, and older versions transmit community strings in cleartext.

DFTP

FTP (File Transfer Protocol) transmits both credentials and file data in cleartext, making it vulnerable to interception and therefore unsuitable for secure file transfers.

ESMTP

SMTP (Simple Mail Transfer Protocol) is an email transmission protocol and is not designed for direct file transfers; it is used to send email messages, not to facilitate secure bulk file exchange with external organizations.

FFTPSCorrect

FTPS (FTP Secure) extends traditional FTP by adding support for TLS/SSL encryption, protecting credentials and file data in transit, making it a secure drop-in replacement for plain FTP when communicating with external organizations.

Concept tested: Secure file transfer protocol selection

Source: https://learn.microsoft.com/en-us/azure/storage/files/storage-files-networking-overview

Topics

#SCP#FTPS#secure file transfer#protocol security

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice