Results 1 to 3 of 3
  1. #1

    Linux FTP server with some kind of GUI admin?

    I swear I've seen this before, but after hours of searching, I haven't found anything.

    What I need for a client of mine is this:
    -An FTP server that runs on linux.
    -Some kind of GUI admin for that server -- it can be web based or a windows client with admin commands for the server.
    -By admin, I mean they need to be able to add/delete users, and control user permissions on directories.

    What it can not be is anything related to console commands, they just can't handle it.

    Right now it's looking like my only option is to roll my own in PHP, but I simple can't believe no one has done this before.

    I've looked at half a dozen major *nix ftp daemons, and I just don't see anything.

    I considered using a pure web-based FTP approach, but the client needs to move files that are way too big for reliable http upload. Right now its looking like my only option would be to code my own app to manage FTP users and permissions. Sounds horrible.

    Is there nothing out there?

    Any help would be great appreciated

  2. #2
    Join Date
    Sep 2002
    Posts
    918
    Perhaps www.webmin.com can do the job for you

  3. #3
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Do a search on www.freshmeat.net and you will find a couple.

    Here's one for proftpd:

    http://freshmeat.net/projects/myftpa...pic_id=89%2C92

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •