diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-09 18:06:04 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-09 18:06:04 -0500 |
commit | 85e1a2e2ce7f809f4347041347e2c2fd11ce82ef (patch) | |
tree | 0cbd7d9c48292bb5afbac8b0269cd683620a7cdd | |
parent | 0bb72a7226a2c5c5a9b71130ab98282d26221b59 (diff) | |
parent | 2f86a6ad100d434efd7af41a86fc4b5fdadeb1af (diff) | |
download | emacsconf-wiki-85e1a2e2ce7f809f4347041347e2c2fd11ce82ef.tar.xz emacsconf-wiki-85e1a2e2ce7f809f4347041347e2c2fd11ce82ef.zip |
Merge branch 'master' of git.emacsconf.org:emacsconf-wiki
-rw-r--r-- | 2021/prepare.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2021/prepare.md b/2021/prepare.md index 47f7e143..781d55ca 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -54,6 +54,16 @@ you can install FileZilla by running `sudo apt install filezilla` in a terminal. Otherwise, you can download FileZilla from their [project website](https://filezilla-project.org/). +You can also use a command-line interface with `ftp`: + +``` +$ ftp ftp-upload.emacsconf.org 21 +> anonymous +> cd upload-here +> send /local/path/to/file.ext file.ext # Don't forget the 2nd arg! +# Ctrl-D to exit +``` + If connection fails on the first try, please check to make sure the details are exactly as described above; and if the issue persists, please email <emacsconf-submit@gnu.org> so we can look into it. |