- Server operating system version
- CentOS 7
- Plesk version and microupdate number
- 18.05.54
My Goal
I want to create multiple working FTP accounts.
What works
Domains > Domain > FTP > Add an FTP Account
I can create a very first user that I have no trouble successfully connecting via FTP client (FileZilla) with the Settings:
Every additional user after that will connect very briefly and then get kicked out, like this log states:
Maybe Interesting
In FTP Accounts of domain , if I hover over the first username, the URL behind it is
, but every additional user has
Do you have any advice on what's going on here?
I want to create multiple working FTP accounts.
What works
Domains > Domain > FTP > Add an FTP Account
I can create a very first user that I have no trouble successfully connecting via FTP client (FileZilla) with the Settings:
- Protocol: SFTP - SSH File Transfer Protocol
- Server: my server
- Port: 22
- User
- Pass
Every additional user after that will connect very briefly and then get kicked out, like this log states:
Code:
Status: Connecting to IP...
Response: fzSftp started, protocol_version=11
Command: open "user@IP" 22
Status: Using username "username".
Command: Pass: *********
Status: Connected to IP
Error: Failed to connect to server
Maybe Interesting
In FTP Accounts of domain , if I hover over the first username, the URL behind it is
Code:
https://ip/smb/web/edit
Code:
https://ip/smb/ftp/edit-user/id/4
Do you have any advice on what's going on here?