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