php create FTP users with password

Discussion in 'Apache' started by dcole07, May 22, 2006.

  1. #1
    How do I add FTP users to Fedora without using the Termial, I want php to create them, or have php tell cron to make them.. What would be the easiest way.

    It will have a html form be filled out, then submited to php script which will edit the correct files or edit cron to make the users..

    How do I do this?
     
    dcole07, May 22, 2006 IP
  2. theblight

    theblight Peon

    Messages:
    246
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well consider first your security and look for "bash" and "at" commands manual and the function "exec()" on php

    Hope it Helps
     
    theblight, May 23, 2006 IP