ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect

Mobile
feeds
Welcome Login | Register

ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » Dedicated Hosting Forums
        » » ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
Post Description: ispconfig ftp login problem cannot log in ftp error 530 login incorrect Dedicated Hosting
Post Tags:
This Post Has Been Viewed 2858 Times Since Mon Jan 21, 2008 11:02 am Author tuiz.com with 4 replies
ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
Advertise On This Page




i leased a server from www.webune.com and i installed ispconfig on this linux server, i installed everying correctly now, when i try to connect to the proftpd login i created in the panel it says Error: 530 login incorrect i was able to login through the ispconfig webftp with the same username and password. what am i doing wrong?


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect

Comments and replies About ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
:: 1 :: Reply #37544 Reply By hostman On Mon Jan 21, 2008 11:03 am
hostman:
i've had that problem before what i did, i reinstalled proftpd and then it worked.
:: 2 :: Reply #37545 Reply By tuiz.com On Mon Jan 21, 2008 11:03 am
tuiz.com:
how do i reinstall it? i have fedora 7
:: 3 :: Reply #37546 Reply By hostman On Mon Jan 21, 2008 11:07 am
hostman:
follow these commands:

/etc/init.d/proftpd stop

yum remove proftpd

yum install proftpd

cp /etc/pam.d/proftpd /etc/pam.d/proftpd_orig

cat /dev/null > /etc/pam.d/proftpd
*say yes to overide

nano /etc/pam.d/proftpd

add this to /etc/pam.d/proftpd
#%PAM-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so


chkconfig --levels 235 proftpd on

/etc/init.d/proftpd start


after i did this, it was ok. my problem was that i was very slow
:: 4 :: Reply #47637 Reply By Miodrag On Sat Mar 29, 2008 7:09 am
Miodrag:
i solved this in fedora 8...

1. create backup:
/etc/proftpd_ispconfig.c edit /etc/pam.d/proftpd like this:
#%pam-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so

3. change defaultaddress 127.0.0.1 to your host ip address

4. restart proftpd