diff --git a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md index 80ea758c57b09601cadd001aa018c56a2f219a3f..de2bbd8679ecc97b5a755f86c8c1ffc2bb059f1f 100644 --- a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md +++ b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md @@ -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" ```console - marie@login$ scp taurusexport:<file> <target-location> + marie@local$ scp taurusexport:<file> <target-location> # Add -r to copy whole directory - marie@login$ scp -r taurusexport:<directory> <target-location> + marie@local$ scp -r taurusexport:<directory> <target-location> ``` ### SFTP