Skip to content

Commit 91a7244

Browse files
authored
sftp fix
1 parent b27f559 commit 91a7244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sessions/sftp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ In `sftp` session, go to right folders and upload/download files to/from the ser
9191

9292
Upload/download files to/from Tetralith
9393

94-
In `sftp` session, upload/download files to/from the server.
94+
In `sftp` session, upload/download files/folders to/from the server.
9595

96-
- ``put <filename>`` - Copy a file from the local computer to the remote host
97-
- ``get <filename>`` - Copy a file from the remote host to the local computer
96+
- ``put localfile.txt`` - Copy a file from the local computer to the remote host
97+
- ``get serverfile.txt`` - Copy a file from the remote host to the local computer
9898

9999
???- tip "Cheat sheet in the SFTP session"
100100

0 commit comments

Comments
 (0)