• 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

GlobalServe

Basic Pleskian
Hallo,

I am trying to login with ftp on my pleskserver but it does not work.

When i try to connect it say's:

SmartFTP v1.5.988.36
Resolving host name "86.39.X.X"
Connecting to 86.39.X.X Port: 21
Connected to 86.39.X.X.
Cannot login waiting to retry (30s)...
Server closed connection

With dos ftp I get this:

ftp> open 86.39.X.X
Connected to 86.39.X.X.
Connection closed by remote host.

I user plesk reloaded 7.5 Linux version

It does not give an error about a username or something...

What could this be? I already rebooted the server.
 
I did found the problem, he could not find his own hostname.

Now the ftp server starts, but gives the following error ...

SmartFTP v1.5.988.36
Resolving host name "86.39.X.X"
Connecting to 86.39.X.X Port: 21
Connected to 86.39.X.X.
220 ProFTPD 1.2.10 Server (ProFTPD) [86.39.X.X]
USER globalxxx
331 Password required for globalxxx.
PASS (hidden)
530 Login incorrect.
QUIT
221 Goodbye.

i have the /etc/passwd files but not the /etc/shaddow files.
 
Same problem...

Hi mate!

We have exactly the same problem, it's the second time it does it this month...

Would it possible to give us more info on how to solve that please?

Thanks,
 
Hi, I solved the prolem very easy.

Make sure your hostname of the server is submitted in dns.

example:

Hostname of the server is host.hostingserver.com

that should be in dns resolving to the servers ip

second:

The ftp is going to look in 2 files for password check. shadow and passwd

if there is no shadow file try at the promt of you linux server "shadowconfig on"

that did it for me.

Hope I did help

Regards,
Joeri
 
Thanks, we will check this out!

I'll let you know if it worked for us!

Greatly appreciated :)



Originally posted by GlobalServe
Hi, I solved the prolem very easy.

Make sure your hostname of the server is submitted in dns.

example:

Hostname of the server is host.hostingserver.com

that should be in dns resolving to the servers ip

second:

The ftp is going to look in 2 files for password check. shadow and passwd

if there is no shadow file try at the promt of you linux server "shadowconfig on"

that did it for me.

Hope I did help

Regards,
Joeri
 
Follow up

Ok the DNS seems fine.

Now, what I'd like to know is the path to execute shadowconfig in SSH mode...cause I can't see if the files are there or not...

Thanks!
 
Back
Top