How to right configure file proftpd.conf?

Discussion in 'Installation/Configuration' started by Pulkvedis, May 18, 2007.

  1. Pulkvedis

    Pulkvedis New Member

    Hello!

    I install proftpd server and start it.
    How need configure file that i can from another computer upload files un download too. And where i can find this direcory where this server store all files?
    Now when i log on server it's empty and i can't do nothing.

    Maybe somebody can help me, please! :)
     
  2. LeoLinux

    LeoLinux New Member

    Code:
    [...]
    DefaultRoot ~
    IdentLookups off
    ServerIdent on "FTP Server ready."
    [...]
    if you want to give any user a login to down/upload files ....



    or this one is only one ore a few special users should have login:


    Code:
    [...]
    DefaultRoot /path/to/directory/         USERNAME
    IdentLookups off
    ServerIdent on "FTP Server ready."
    [...]
     

Share This Page