Skip to content
Snippets Groups Projects
Commit dc0e9c8c authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Corrected mistake in scp description of export_nodes.md.

parent 6a3293c8
No related branches found
No related tags found
2 merge requests!416Automated merge from preview to main,!414Resolve "mention storage place on https://doc.zih.tu-dresden.de/data_transfer/overview/"
...@@ -36,10 +36,10 @@ in a directory, the option `-r` has to be specified. ...@@ -36,10 +36,10 @@ in a directory, the option `-r` has to be specified.
??? example "Example: Copy a file from ZIH systems to your workstation" ??? example "Example: Copy a file from ZIH systems to your workstation"
```console ```console
marie@login$ scp taurusexport:<file> <target-location> marie@local$ scp taurusexport:<file> <target-location>
# Add -r to copy whole directory # Add -r to copy whole directory
marie@login$ scp -r taurusexport:<directory> <target-location> marie@local$ scp -r taurusexport:<directory> <target-location>
``` ```
### SFTP ### SFTP
......
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