Skip to content
Snippets Groups Projects
Commit b162aa4b authored by Marina Popleteeva's avatar Marina Popleteeva
Browse files

Use backticks

parent a2cdd3eb
No related branches found
No related tags found
2 merge requests!415[release] Regular merge of develop,!388Fix enumerated list and add error "command not found" solution
Pipeline #63318 passed with warnings
...@@ -97,8 +97,8 @@ Detailed information on how to configure firewalls when working with Aspera is g ...@@ -97,8 +97,8 @@ Detailed information on how to configure firewalls when working with Aspera is g
### Command-Line error "command not found: ascp" ### ### Command-Line error "command not found: ascp" ###
Run <code>ascli config ascp show</code> to show a path of <code>ascp</code>. Run `ascli config ascp show` to show a path of `ascp`.
Modify command with the path instead of <code>ascp</code>:<br> Modify command with the path instead of `ascp`:<br>
Here is an example of download command Here is an example of download command
`<path-to-ascp-executable> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>` `<path-to-ascp-executable> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment