summaryrefslogtreecommitdiffstats
path: root/2021/prepare.md
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2021-11-09 22:30:01 +0100
committerLeo Vivier <zaeph@zaeph.net>2021-11-09 22:30:15 +0100
commit90df513066dd5ab9f29510f2d1094560446a6a89 (patch)
tree510eff4ade03a649ed91f9927dbd95d11c06614a /2021/prepare.md
parentc6e842c5b2e1a6ab4f85c16a494e99992ed28346 (diff)
downloademacsconf-wiki-90df513066dd5ab9f29510f2d1094560446a6a89.tar.xz
emacsconf-wiki-90df513066dd5ab9f29510f2d1094560446a6a89.zip
Add CLI ftp info
Diffstat (limited to '2021/prepare.md')
-rw-r--r--2021/prepare.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/2021/prepare.md b/2021/prepare.md
index 47f7e143..6791e645 100644
--- a/2021/prepare.md
+++ b/2021/prepare.md
@@ -54,6 +54,13 @@ 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 /your/local/path/to/the/recording.ext recording.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.