Skip to content

Commit

Permalink
Add example of download remote
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisros authored Aug 28, 2019
1 parent 4de81ed commit 1b0d64c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ Then use this command line command to transfer a file:

Any errors will be logged to the Application Logger. If no feedback
is shown, the file transfer went succesfully.

Example of downloading from remote sftp
```
./bin/console transfer:file -m get --ignore=Archive <NAME OF SERVICE> /path/on/server /localpath
```

0 comments on commit 1b0d64c

Please sign in to comment.