QuestionQ616

Infrastructure Services

Question Image

Refer to the exhibit. An administrator needs to upload the packages.conf file to an FTP server. However, the FTP server rejected anonymous access and requires users to authenticate. What are the two ways to resolve the issue?

Choose two
  • A Use the copy flash:packages.conf scp: command instead, and enter the FTP server credentials when prompted.
  • B Use the copy flash:packages.conf ftp: command instead, and enter the FTP server credentials when prompted.
  • C Enter the FTP server credentials directly in the FTP URL using the ftp://username:[email protected]/ syntax.
  • D Create a user on the router matching the username and password on the FTP server and log in before attempting the copy.
  • E Use ip ftp username and ip ftp password configuration commands to specify valid FTP server credentials.
Explanation

Cisco IOS can authenticate an FTP copy either by including the FTP username and password in the FTP URL for that copy operation or by configuring default FTP credentials with ip ftp username and ip ftp password. Those credentials must correspond to an account on the FTP server.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!