diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-25 23:15:29 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-25 23:15:29 -0500 |
commit | 1150fbcbadd9697967572692c43aef1be85c20d5 (patch) | |
tree | dfa3bd1d7f6db64e97fcb18a074fde7fb2ad89bd | |
parent | f78121a2bd8725bc18d7145bd7d4afaa7ccfc46e (diff) | |
download | emacsconf-wiki-1150fbcbadd9697967572692c43aef1be85c20d5.tar.xz emacsconf-wiki-1150fbcbadd9697967572692c43aef1be85c20d5.zip |
Add "passive"
-rw-r--r-- | 2021/prepare.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/2021/prepare.md b/2021/prepare.md index 6cb91c3f..5a24bb17 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -59,15 +59,14 @@ You can also use a command-line interface with `ftp`: ``` $ ftp ftp-upload.emacsconf.org 21 > anonymous -> quote pasv +> passive > cd upload-here > send /local/path/to/file.ext file.ext # Don't forget the 2nd arg! # Ctrl-D to exit ``` -If you get a `500 Illegal PORT command.` command, make sure to include -the `quote pasv` part to switch to passive mode before sending your -file. +If you get a `500 Illegal PORT command.` command, try `passive` or +`quote pasv` to switch to passive mode before sending your file. If connection fails on the first try, please check to make sure the details are exactly as described above; and if the issue persists, |