Skip to main content

vsFTP blocking PureFTP from starting

Comments

3 comments

  • cPanelMichael
    Hello :) It's likely VSFTP was installed with your operating system. You can remove it by first searching for the package name with a command such as:
    rpm -qa|grep vsftp
    Then, remove the RPM with a command such as:
    rpm -e --nodeps $package-name
    Thank you.
    0
  • KC-Bill
    Certainly possible... But this server has been in service for years and I've never seen this issue until after the 11.50 update. I suppose it could just be a coincidence. Thanks for the info.
    0
  • cPanelMichael
    You can verify this by checking to see if the RPM for VSFTP exists on the system. cPanel does not install this RPM, so if it exists, it indicates it was installed with the OS or installed manually at some point in the past. Thank you.
    0

Please sign in to leave a comment.