Skip to main content

FTP says quota exceeded, even though the account has unlimited space defined

Comments

6 comments

  • robb3369
    I would check if your using the main ftp account or an additional user's ftp? If you login with the username only (not user@domain.com), then you shouldn't have this issue, but if you do login with user@domain.com, then the FTP quota is set too low. Check the FTP panel from within cPanel and increase (or remove) the quota set: Edit an FTP account's quota
    0
  • hozyali
    [quote="robb3369, post: 1561692">I would check if your using the main ftp account or an additional user's ftp? If you login with the username only (not user@domain.com), then you shouldn't have this issue, but if you do login with user@domain.com, then the FTP quota is set too low. Check the FTP panel from within cPanel and increase (or remove) the quota set: Edit an FTP account's quota
    Hi, Thanks for your help and assistance. I am using cpanel account username and the main password which I use to login to the cpanel account. I know I can create sub ftp account and have to use with @domainname but in this case, its the main cpanel user. thanks
    0
  • robb3369
    Check in the /etc directory off your home directory (/home/account/etc) for a file called ftpquota and see if that has the wrong value in it. Mine exists but its empty.
    0
  • hozyali
    This is what I have in that file 30010 10497914080 not sure how to find out if it has something wrong in it.
    0
  • robb3369
    I would move it to ftpquota_old and then touch the ftpquota file to create it as blank: cd /home/user/etc mv ftpquota ftpquota_old touch ftpquota
    0
  • cPanelMichael
    Hello :) If removing the ftpquota file does not help, check to make sure the server itself is not at it's disk space or inodes limit. EX: df -h df -i
    Also, make sure the account quota is truly set to unlimited. EX: quota username
    Thank you.
    0

Please sign in to leave a comment.