Rafnews raf.news@gmail.com writes:
Hi,
i have a web server running on fedora. [...] All files/folder that are under /publi_html should have apache as user/group permissions.
I wouldn't put such files onto the root partition but rather into a directory like /var/www/html/testing.
This webserver runs in virtual machine and has its own IP address. now i need to reach this webserver from a windows workstation and edit/add/delete files and folders from the public_html directory.
You could do this through ftp access (see vsftpd and filezilla) or perhaps with rsync.
There are probably some php scripts that implement some sort of file manager that has a web interface.