Huawei HCIE-Datacom V1.0 H12-891_V1.0 Question # 32 Topic 4 Discussion

Huawei HCIE-Datacom V1.0 H12-891_V1.0 Question # 32 Topic 4 Discussion

H12-891_V1.0 Exam Topic 4 Question 32 Discussion:
Question #: 32
Topic #: 4

An engineer needs todownload the configuration file vrpcfg.cfgto a local device throughSFTP, rename the configuration file to backup.cfg, and upload it to thedefault directory of the device.

The configuration file is located at /vrpcfg.cfg (default directory of the remote device), and the local directory is C:\.

Which of the followingPython Paramikocode lines can implement the required operations?


A.

sftp.get('/vrpcfg.cfg', r'C:\')sftp.put(r'C:\backup.cfg', '/')


B.

sftp.get('/vrpcfg.cfg', r'C:\backup.cfg')sftp.put(r'C:\backup.cfg', '/')


C.

sftp.get('/vrpcfg.cfg', r'C:\vrpcfg.cfg')sftp.put('/backup.cfg', r'C:\vrpcfg.cfg')


D.

sftp.get('/vrpcfg.cfg', r'C:\backup.cfg')sftp.put(r'C:\backup.cfg', '/backup.cfg')


Get Premium H12-891_V1.0 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.