Updated FTP server (markdown)

Moritz Bunkus 2016-09-04 21:04:24 +02:00
parent c97f7aaf12
commit c3c1ecb67f

@ -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!**