[ad_1]
I have a WordPress site hosted on [web.com](https://web.com).
I’m having a login redirect issue because my disk space is over max. What is the easiest way to address this using SQL or FTP while I cannot log in to my dashboard? I have deleted “fluff” and trash on the SQL side, like revision posts and outdated logs.
I’m already prepared on how to prevent this issue in the future, but I need to be able to log in!
[ad_2]
Do you have SSH access? If so you can get a list of all your folders by size using
`du -a -h –max-depth=1 | sort -hr `
Login using FTP to see which files you have on your system.