From 024d0194c963108eaff9aa97fa7fdac3a8d1ffd7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 1 Jun 2020 15:40:14 +0000 Subject: [PATCH] Update FTP server --- FTP-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FTP-server.md b/FTP-server.md index 4a3b086..cd5888c 100644 --- a/FTP-server.md +++ b/FTP-server.md @@ -1,4 +1,4 @@ -# FTP server for uploading sample files +# File 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)).