Question
Can't access my server (upload files) through FTP (Filezilla)
Hi
Thought of trying through community see if I can fix what’s been happening for over two weeks.
I got a droplet a year ago, followed all the steps in the guides to set up my Wordpress site through puTTY and the whole FTP with VSFTPD guide for Ubuntu.
Everything was great I could upload my files to the directories without any problem, only thing that was bugging me was that every 3 months when I updated my SSL certificates with certbot, I needed to disable UFW and then enable it again for Filezilla to work without issues cause I was getting a timed out connection error.
Now this month, I started getting this error:
Status: Connection established, waiting for welcome message…
*Response: 220 (vsFTPd 3.0.3)
Command: AUTH TLS
Error: Could not connect to server
*
Got told it might be the SSL/TLS certificate one put during the VSFTPD config that might had expired since it’s a 365 days certificate.
I input everything again to regenerate the certificate, checked the validity, it says it expires in 2020 this month. But still getting the error.
Have read a lot of guides, articles and do everything on my knowledge, but haven’t been able to work or connect like I used to and need to.
If I do a STFP with SSH key, it does connect through my user and I can
access the server (where all the directories re website are) but can’t upload anything cause it says permissions denied. Root user is disable as per instructions in most sites and cause it was also disable for security in puTTY.
Tried once enabling root user, but no directories (like shown in user) are there or available since the user with all the folders is the one I created with VSFTPD.
Only workaround is giving chmod 777 permissions to the folders I need to access, and then it let’s me upload through STFP with my user.
I really want to be able to access with FTP like I used to before the AUTH TLS error.
Really appreciate anyone that knows a possible solution.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×