这个输出是什么意思?

What does this output mean?

我正在使用 Notepad++ 中的 FTP 连接到主机。连接后,我在名为 NppFTP-Output

的 window 中得到以下输出
220---------- Welcome to Pure-FTPd [privsep] ----------
220-You are user number 17 of 500 allowed.
220-Local time is now 12:55. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 3 minutes of inactivity.

我的问题是关于第二行 220-You are user number 17 of 500 allowed.,这是什么意思?这是否意味着我只能连接到服务器 500 次?

它告诉你在任何时间点可能同时建立 500 个连接(用户)。当您连接时,您是第 17 个连接的用户(假设每个用户都有一个连接)。