Skip to content

Commit 1480f64

Browse files
Apply suggestion from @itdependsnetworks
1 parent 917283a commit 1480f64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user/lib_getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ interface GigabitEthernet1
252252

253253
#### Remote File Copy (Download to Device)
254254

255-
Some devices support copying files directly from a URL to the device. This is useful for large files like OS images. To do this, you need to use the `FileCopyModel` data model to specify the source file information and then pass that to the `remote_file_copy` method. The model is currently supported on Cisco IOS, Juniper Junos, and Arista EOS devices. It has been tested with ftp, http, https, sftp, and tftp urls.
255+
Some devices support copying files directly from a URL to the device. This is useful for large files like OS images. To do this, you need to use the `FileCopyModel` data model to specify the source file information and then pass that to the `remote_file_copy` method. The model is currently supported on Arista EOS, Cisco ASA, Cisco IOS, Cisco NXOS, and Juniper Junos devices. It has been tested with ftp, http, https, sftp, and tftp urls.
256256

257257
- `remote_file_copy` method
258258

0 commit comments

Comments
 (0)