diff options
Diffstat (limited to '')
-rw-r--r-- | 2021/prepare.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/prepare.md b/2021/prepare.md index 1f33e6ef..781d55ca 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -60,7 +60,7 @@ You can also use a command-line interface with `ftp`: $ ftp ftp-upload.emacsconf.org 21 > anonymous > cd upload-here -> send /your/local/path/to/the/recording.ext recording.ext # Don't forget the 2nd arg! +> send /local/path/to/file.ext file.ext # Don't forget the 2nd arg! # Ctrl-D to exit ``` |