File: README.txt

package info (click to toggle)
clanlib 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 28,372 kB
  • ctags: 16,520
  • sloc: cpp: 101,145; sh: 8,752; xml: 6,410; makefile: 1,740; ansic: 463; perl: 424; php: 247
file content (19 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
         Name: NetFTP
       Status: Windows(Y), Linux(Y)
        Level: Intermediate
   Maintainer: Mark Robinson (plasmoid)
      Summary: sockets, ftp

This is meant to be a demonstration of ClanLib for practical purposes as well as
demonstrate sockets. 

NetFTP is meant to eventually be a usable FTP server.  Currently it supports:
- Anonymous users only
- Single user at a time 
- File transfers

It's not much, but it is improving. If you want to implement a network protocol
without the builtin types and classes then you should look at this sourcecode.

After running this program you can connect to port 2021 on your local machine and
see that it works.