我正在使用FTP
中的Notepad++
来连接主机。在连接时,我在名为NppFTP-Output
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次服务器?
答案 0 :(得分:2)
它告诉您可以在任何时间点建立500个同时连接(用户)。连接时,您是连接的第17个用户(假设每个用户都有一个连接)。