From: George Razvan NICA Date: 2005-10-12T18:54:56+09:00 Subject: Building a basic FTP server. Hello everyone, I need to implement a basic FTP server. Requested features are: * anonymous ftp access (or simply no login) * chroot user to a specific directory * client must be able to upload files * no "LIST", "RETR", "DELE", "CWD", "PWD", "RMD", "MKD", etc. * server must support concurrent uploads from different clients Hopefully, someone has already written something like this or can point me to the right place to start. A working code snippet would be very useful. TIA, George Razvan NICA