An organization’s security policy requires secure file transfers to and from internal hosts. An employee is attempting to upload a file using an unsecure method to a
Linux-based dedicated file server and fails. Which of the following should the employee use to transfer the file?

A.
FTP
B.
HTTPS
C.
SSL
D.
SCP
E.
TLS
Secure Copy Protocol (SCP) is a secure fi le-transfer facility based on SSH and Remote Copy Protocol (RCP). SCP is commonly used on Linux and Unix platforms, although Windows
versions are available. It’s generally used as a command-line tool, but many graphical user interface (GUI) fi le-transfer clients include SCP support.
0
0