From ea4eb9fe29ff29ad32b01f936f361f60918fab09 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 27 Jan 2020 08:47:11 +0000 Subject: [PATCH] Update FTP server --- FTP-server.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/FTP-server.md b/FTP-server.md index bd88461..960ab3b 100644 --- a/FTP-server.md +++ b/FTP-server.md @@ -12,11 +12,10 @@ There are several Open Source SFTP clients for all operating systems out there. The login data is as follows: -* Host: `ftp.bunkus.org` -* Port: 2222 -* Protocol: "SFTP - SSH File Transfer Protocol" -* Logon type: normal -* User: `upload` +* Host name: `ftp.bunkus.org` +* Port number: 2222 +* File protocol: "SFTP" (for command line users: use the `sftp` command, not `scp`) +* User name: `upload` * Password: `only` ## Configuration for WinSCP