osd-contiki/examples/ftp
Oliver Schmidt 9040f83fd4 Reduced program size.
On the C128 the custom PFS code doesn't add functionality (as it does with IDE64 support on the C64) but is "only" smaller than the POSIX file i/o code in the C library. But the POSIX directory access code in the C library relies on the POSIX file i/o code anyway so there no point in additionally adding the PFS code to the FTP program.
2013-02-14 15:57:20 +01:00
..
ftp-client.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
Makefile Added CTK standalone FTP client example. 2010-10-16 10:36:20 +00:00
Makefile.apple2enh.defines Added support for the FTP standalone client to the apple2enh target. 2010-10-16 10:41:46 +00:00
Makefile.atari.defines Added support for the FTP standalone client to the atari target. 2010-10-16 11:42:40 +00:00
Makefile.c64.defines Added support for the FTP standalone client to the c64 target. 2010-10-19 22:31:59 +00:00
Makefile.c128.defines Reduced program size. 2013-02-14 15:57:20 +01:00
Makefile.target Added CTK standalone FTP client example. 2010-10-16 10:36:20 +00:00
Makefile.win32.defines Allow for non-GUI win32 apps. 2011-04-03 10:56:18 +02:00