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!
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." [...]