Which of the following should an administrator use to transfer log files from a Linux server to a Windows workstation?
A.
Telnet B.
Robocopy C.
XCOPY D.
SCP.
D.
Which of the following should an administrator use to transfer log files from a Linux server to a Windows workstation?
A.
Telnet
B.
Robocopy
C.
XCOPY
D.
SCP.
D.
The best method for transferring log files from a Linux server to a Windows workstation would be through the use of the Secure Copy Protocol (SCP), which is a secure and encrypted file transfer protocol. SCP provides secure file transfers between hosts on a network, using the Secure Shell (SSH) protocol to authenticate and encrypt the transfer of data.
Telnet is a protocol used for remote command-line access to servers, but it does not provide secure file transfers. Robocopy and XCOPY are Windows-specific commands used for copying files within the same operating system and are not compatible with Linux.
Therefore, SCP would be the best option for transferring log files securely from a Linux server to a Windows workstation.