From fc8e0732d9419bdbaae8cca2feac15a63851e55d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 31 Dec 2016 12:24:11 +0100 Subject: [PATCH] Updated FTP server (markdown) --- FTP-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FTP-server.md b/FTP-server.md index 2f71f19..78fdd8b 100644 --- a/FTP-server.md +++ b/FTP-server.md @@ -1,6 +1,6 @@ # FTP server for uploading sample files -Whenever I ask someone to upload a sample file I prefer the upload is done to my own server. It is only reachable via SFTP ([SSH file transfer protocol](http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol). +Whenever I ask someone to upload a sample file I prefer the upload is done to my own server. It is only reachable via SFTP ([SSH file transfer protocol](http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol)). 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.