Fillezilla XML reload question

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
jarodium
500 Command not understood
Posts: 2
Joined: 2008-05-15 08:45
First name: Pedro
Last name: Heliodoro

Fillezilla XML reload question

#1 Post by jarodium » 2008-05-15 08:52

Hello,

I'm having a quick question about reloading the XML configuration.

Let's assume a client is uploading to Filezilla Server at a given time. While uploads are occurring, if I send PHP to invoke the configuration file reloading, the uploads will stop while Filezilla reloads the config?

This is surely a stupid question but I would like to be sure of this.

Thank you for your help.
Regards

User avatar
botg
Site Admin
Posts: 35508
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Fillezilla XML reload question

#2 Post by botg » 2008-05-15 12:04

Current transfers are uneffected.

jarodium
500 Command not understood
Posts: 2
Joined: 2008-05-15 08:45
First name: Pedro
Last name: Heliodoro

Re: Fillezilla XML reload question

#3 Post by jarodium » 2008-05-15 16:56

Thank you

:)

Zempashi
500 Command not understood
Posts: 2
Joined: 2008-07-17 10:17

Re: Fillezilla XML reload question

#4 Post by Zempashi » 2008-07-17 10:20

Hello everybody

I'm interesting in configuration FileZilla Server by a PHP script. I manage adding a user in the XML config-file with my own code:
http://charlesprost.free.fr/serveur/filezilla.rar
and this page helps me to reconfigure the server while it is running:
http://forum.filezilla-project.org/view ... 340&p=7540
and it works

But I was wondering, if we can remotely configure FileZilla Server with the FileZilla Server Interface, it's because FileZillaServerInterface doesn't modify the xml itself. It's surely because the server does it when the Interface controls it by the socket connection (that we can access from Internet with proper routing)

So can we use the socket connection with PHP to command the server like the FileZillaServer Interface ?
I'm interesting in these functions:
http://fr3.php.net/manual/en/function.socket-create.php
http://fr.php.net/socket_set_option
http://fr.php.net/socket_sendto

that I found here : http://www.hackernotcracker.com/2006-04 ... cript.html
What command have I to send to manage the server (connection with password, change configuration of user) ?

PS:I'm not a coder, so I can't understand the source file of FileZillaServer, I only learn PHP for 3 weeks (so my code may have lack of security :S)
And sorry for my english I'm French ;)

Post Reply