I have the following problem that I can not solve, I do not know how to configure vsftp to access the / var / www / html directory to upload files from an ftp client, for example FileZilla.
- Install CentOS 7 on a virtual machine.
- Then install httpd.
- Then install MySQL (MariaDB).
- Then install PHP.
- So far so good, from the browser with the ip I can access the index.php that is in / var / www / html.
Now that index.php was edited inside the server with the nano editor, what I want to do is edit the files from my host system (Windows) and upload them to / var / www / html from FileZilla.
I have followed many guides but none of them has worked for me. I would appreciate if someone can help me, thanks.