From c3c1ecb67fc342e539c86aa1ba786d38e6af8560 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 4 Sep 2016 21:04:24 +0200 Subject: [PATCH] Updated FTP server (markdown) --- FTP-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FTP-server.md b/FTP-server.md index 5806f36..fc39015 100644 --- a/FTP-server.md +++ b/FTP-server.md @@ -2,6 +2,8 @@ Whenever I ask someone to upload a sample file I prefer the upload is done to my own server. It is reachable both via SFTP ([SSH file transfer protocol](http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol), preferred as it is encrypted but may be slower) and the old and unencrypted FTP ([File Transfer Protocol](http://en.wikipedia.org/wiki/File_transfer_protocol), unencrypted only but might result in faster transfers). +Please place the file(s) in the folder named "`upload`". If you're uploading more than file then please create a separate folder for that and name it sensibly, e.g. include your name or the bug number you're referring to. Thanks. + An OpenSource, cross-platform client that can handle both protocols is the excellent [FileZilla](http://filezilla-project.org/). **Note: You can only upload to this server, not download from it. Stop trying!**