This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Cannot Connect via FTP anymore.
#4
RE: Cannot Connect via FTP anymore.
Innovative Tom, thank you for taking the time to provide a detailed report of your errors.

Regarding the proftpd install command it is:
Quote:apt-get install proftpd
(eventually with or without sudo depending if oyu are using root or not)
You can also check How To Set Up ProFTPD on Ubuntu (Digital Ocean), the steps should be similar, but actually you are only looking for the install one.

Installing proftpd-basic is normal behavior I think.


Checking if proFTPd is installed
Get a list of all installed packages with the word ftp.
Code:
$ dpkg --get-selections | grep ftp

Expected output is:
ftp                          install
openssh-sftp-server          install
proftpd-basic                install
proftpd-mod-mysql            install

If you see any other packages, remove them (apt-get remove ***), take in consideration this assumes most FTP packages have ftp in the name, if they do not have ftp in the name they will not be listed on the output and oyu need to know what you installed.


The other issue, "unable to resolve..."
This error should not be related to FTP, probably it is related to you hostname.

Check the file /etc/hosts and /etc/hostname you should have the same machine hostname on both files, correct example bellow:

/etc/hosts
Code:
127.0.0.1 pannel.innovativetom.com
Most likely than not, this file will have other entries, do not worry, just make sure it has the correct hostname.

/etc/hostname
Code:
pannel.innovativetom.com
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora

[Image: vanguardly-logo-micro.png]
Graphic and Web Design. Development.
www.vanguardly.com


Thanks given by:


Messages In This Thread
RE: Cannot Connect via FTP anymore. - by apinto - 08-12-2015, 07:59 PM
RE: Cannot Connect via FTP anymore. - by apinto - 08-13-2015, 08:09 PM
RE: Cannot Connect via FTP anymore. - by apinto - 08-15-2015, 01:38 AM
RE: Cannot Connect via FTP anymore. - by apinto - 08-17-2015, 08:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
unable to connect to vps ip using ftp xRyu99 5 16 ,868 08-27-2019, 03:41 PM
Last Post: maxmilan
can't connect to ftp.. lonewolf91 3 12 ,677 12-13-2017, 05:32 PM
Last Post: varun.naharia
COULD NOT CONNECT TO SERVER ipanjan 8 21 ,108 12-13-2017, 05:30 PM
Last Post: varun.naharia

Forum Jump:


Users browsing this thread: 1 Guest(s)