• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

FTP problem

M

maxx200x

Guest
Hi,

I have a problem connecting to FTP. I get an "No response (timeout)" error.
I think the FTP server is stopped and even after restarting the server i've got the same error.
Can anyone tell me how can I check the status of my FTP server?
And how can I stop/start it?
Or how can I see what FTP program am I using? All I could find so far is:

/etc/xinetd.d/ftp_psa
service ftp
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
instances = UNLIMITED
server = /usr/sbin/in.proftpd
server_args = -c /etc/proftpd.conf
}

If I try [root@localhost ~]# /usr/sbin/proftpd
I get this: localhost - fatal: Socket operation on non-socket

Thank you.
PS: I'am new to Linux but all I want is to connect to FTP and it seems that my hosting provider can't help me.
 
Resolved:

You must Add a rule to Firewall settings:
FTP server Access to ftp server, active and passive mode

Then it will work.
 
Back
Top