Click to See Complete Forum and Search --> : Ftp upload server


sacman
07-19-2002, 02:22 AM
Hi guys...
I've set up an ftp server which i can download from fine... but i want to set up an upload directory also...

I have no anonymous access to the server...

i'm using proftp on a clark connect box with this conf file

-------------------------------------------------------------------
ServerName "Isaac's FTP Server"
ServerType standalone
DefaultServer on
RequireValidShell no
DefaultRoot /var/www/html/store/

Port 21
Umask 022

MaxInstances 30

User nobody
Group nobody

<Directory /*>
AllowOverwrite on
</Directory>

<Global>
DefaultChdir /var/www/html/store/
</Global>

------------------------------------------------------

any ideas on what i must do next??

Thanks