From 73b8f1693d6aaa6475037a2cd15f52469ba5c7f6 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Fri, 19 Nov 2021 15:14:40 +0100 Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2f8194366..71ca41949 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 @@ -15,7 +15,7 @@ one that matches your needs. ## Access From Linux -There are at least three tools to exchange data between your local workstation and ZIH systems. All +There are at least three tools to exchange data between your local workstation and ZIH systems. They are explained in the following section in more detail. !!! important @@ -57,7 +57,7 @@ in a directory, the option `-r` has to be specified. you want to copy it to the directory `/tmp` on your workstation, you would use the following: ```console - marie@local$ scp -r taurusexport:output/ /tmp + marie@local$ scp -r taurusexport:output /tmp ``` ### SFTP -- GitLab