Skip to content

Commit

Permalink
doc: files are downloaded on the client host
Browse files Browse the repository at this point in the history
  • Loading branch information
remip2 committed Sep 22, 2022
1 parent 0ccbc8e commit a625f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ None

### File upload/download

Files can be downloaded or uploaded by adding a redirection to a file with '>' or '<' at the end of the configuration command.
Files can be downloaded to or uploaded from the client host by adding a redirection to a file with '>' or '<' at the end of the configuration command.

```python
>>> client.send_command("CONFIG BACKUP list=all > /tmp/mybackup.na")
Expand Down

0 comments on commit a625f8a

Please sign in to comment.