Hi,
I have a VPS with OVH.
I installed centos 7, so installed plesk ONYX with oneclick installer.
My issue:
I can't login to ftp with site credentials. Works only SFTP.
So, i've disabled firewalld of centos and installed iptables.
Filezilla error:
I chek port 21 with telnet, response:
So, with lsof -i tcp:21:
In addition, I've a wordpress site working fine, but when i try to install plugin, wordpress require an FTP Account.
If i try to upload an image, i get this error:
But all file and folder permission are right!
In plesk modsecurity is currently disabled.
What i mess?
I have a VPS with OVH.
I installed centos 7, so installed plesk ONYX with oneclick installer.
My issue:
I can't login to ftp with site credentials. Works only SFTP.
So, i've disabled firewalld of centos and installed iptables.
Filezilla error:
Code:
Stato: Connessione a 92.222.90.99:21...
Stato: Connessione stabilita, in attesa del messaggio di benvenuto...
Stato: Accesso effettuato
Stato: Lettura elenco cartelle...
Comando: PWD
Risposta: 257 "/" is the current directory
Comando: TYPE I
Risposta: 200 Type set to I
Comando: PASV
Risposta: 227 Entering Passive Mode (92,222,90,99,129,196).
Comando: MLSD
Errore: Timeout connessione dopo 20 secondi di inattività
Errore: Non è stato possibile leggere il contenuto della cartella
I chek port 21 with telnet, response:
Code:
220 ProFTPD 1.3.5d Server (ProFTPD) [92.222.90.99]
So, with lsof -i tcp:21:
Code:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
xinetd 752 root 5u IPv6 22311 0t0 TCP *:ftp (LISTEN)
in.proftp 4592 root 0u IPv4 42470 0t0 TCP vps317945.ovh.net:ftp->net-188-153-225-30.cust.dsl.teletu.it:53071 (ESTABLISHED)
in.proftp 4592 root 1u IPv4 42470 0t0 TCP vps317945.ovh.net:ftp->net-188-153-225-30.cust.dsl.teletu.it:53071 (ESTABLISHED)
in.proftp 4592 root 2u IPv4 42470 0t0 TCP vps317945.ovh.net:ftp->net-188-153-225-30.cust.dsl.teletu.it:53071 (ESTABLISHED)
In addition, I've a wordpress site working fine, but when i try to install plugin, wordpress require an FTP Account.
If i try to upload an image, i get this error:
Code:
Il file caricato non può essere spostato in wp-content/uploads/2017/07. (The uploaded file cannot move into...)
In plesk modsecurity is currently disabled.
What i mess?