editing settings with a webpage

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
insightpcs
550 Permission denied
Posts: 29
Joined: 2007-02-18 17:01
Location: Nuneaton, UK

editing settings with a webpage

#1 Post by insightpcs » 2008-08-19 12:03

i want to allow server administrators to edit the FTP server settings via a web-based interface. the reason for doing this is because i want them to have restricted access to the server settings. does anyone know how to do this using a PHP script?
Tyrone Westall, Insight Computer Consultants Webmaster

jaesun
504 Command not implemented
Posts: 7
Joined: 2008-09-16 14:35

Re: editing settings with a webpage

#2 Post by jaesun » 2008-09-16 17:33

you probably have to have php open the XML setting file locally (if the server the web page is running is on the local machine) or get access to the file (a few ways to do this) and make changes from there.

you can then run a batch script (if web server on local machine) to reload the settings ("[...]\FileZilla Server\FileZilla server.exe" -reload-config the settings.

cooperspc
226 Transfer OK
Posts: 94
Joined: 2005-10-21 15:21
Location: Indiana USA

Re: editing settings with a webpage

#3 Post by cooperspc » 2008-09-17 16:47


Post Reply