At the very least there is a 3 connection limit per IP for the ProFTPd (which is used for FTPdirs) which prevents fast (100+ mbps) FTP transfer rates for long range (inter-continental with long roundtrip) file transfers. Would be nice if the following was exposed for ProFTPd in the Web UI: ---MaxClientsPerHost: Limits the number of clients that may be connecting from the same host If possible then the rest of configs would be nice as well but less important: MaxInstances: Limits the overall number of connections MaxClients: Limits the number of connections on a per-server/vhost basis MaxClientsPerUser: Limits the number of clients that may be logged in at one time using the same username MaxHostsPerUser: Limits the number of hosts from which clients may be logged in at one time using the same username Not sure if the same limits apply to sftp or if there are equivalent variables. Thank you.
I am having problems with my FTP not accepting connections. I would also like more options in the Web UI in particular a white list for FTP.