Okay, so i have filezilla server software setup, but i want a php script that would add a new user to the xml file that holds the username, password, and folders. i want it to add it to the existing xml file without deleting the current info inside of it. If you know of a available method or script to do this, please send me it or share your knowledge of it. Otherwise if there is another ftp server program that has individual xml or files for each user then please let me know. Thanks in advance, Matt.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
full script from my blog : http://moshez.blogspot.co.il/2013/02/php-filezilla-ftp-server-auto-create.html |
|||||||||
|
|
Your best bet would be to use SimpleXML to manipulate the XML file.
|
|||||||||||||
|