From 48213504a6327dc195fbc815f587800a2a2e5719 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 27 Jan 2020 08:47:29 +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 960ab3b..4a3b086 100644 --- a/FTP-server.md +++ b/FTP-server.md @@ -13,7 +13,7 @@ There are several Open Source SFTP clients for all operating systems out there. The login data is as follows: * Host name: `ftp.bunkus.org` -* Port number: 2222 +* Port number: `2222` * File protocol: "SFTP" (for command line users: use the `sftp` command, not `scp`) * User name: `upload` * Password: `only`