1
votes

When I connect to my private ftp account via filezilla :

What does it mean: "You are user number 7 of 100 allowed"

I hope I'm the only one who connects to this ftp account and that the last 6 connections are non-closed connections opened by myself !?

---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 220-You are user number 7 of 100 allowed. 220-Local time is now 09:01. Server port: 21. 220-This is a private system - No anonymous login 220 You will be disconnected after 15 minutes of inactivity.

1
This doesn't look programming relatedBen James

1 Answers

0
votes

The message is telling you that 100 simultaneous connections are allowed to the FTP server.

You're user number 7 of 100.

The other 6 would be connected to different accounts.