Skip to content
Snippets Groups Projects
Commit 5bd966da authored by Simon Ruderich's avatar Simon Ruderich
Browse files

tag2: vorlesung: use consistent source/destination names

parent 96a5e8cb
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -73,9 +73,9 @@ Are you sure you want to continue connecting (yes/no)?
\begin{block}{Unter Linux}
\begin{itemize}
\item lokale Datei zu entferntem Rechner kopieren: \\
\texttt{scp <quelle> <login>@<rechnername>:<ziel-pfad>}
\texttt{scp <quell-pfad> <login>@<rechnername>:<ziel-pfad>}
\item entfernte Datei zu lokalem Rechner kopieren: \\
\texttt{scp <login>@<rechnername>:<quell-pfad> <ziel>}
\texttt{scp <login>@<rechnername>:<quell-pfad> <ziel-pfad>}
\end{itemize}
\end{block}
......
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