hi,
u can try google code search or http://sourceforge.net
Use Google. Avoid silly abbreviations like 'plz' etc.
I just created a TFTP server and client in c (for Linux), as part of my college
project. It's not really according to protocol, though, but the basic
functionality is there.
I don't know where an FTP client could be found (try googling), but a complete
TFTP is at
http://www.kernel.org/pub/software/network/tftp/
Perhaps you can find an FTP client too on that site.
--
"It is easy in the world to live after the world's oppinion; it easy in solitude
to live after our own; but the great man is he who in the midst of the crowd
keeps with perfect sweetness the independence of solitude."
Ralph Waldo Emerson, Self-reliance 1841
http://pinpoint.wordpress.com/
alt.source.ftp.client_server.c. Also read the links below.
--
Some useful references about C:
<http://www.ungerhu.com/jxh/clc.welcome.txt>
<http://www.eskimo.com/~scs/C-faq/top.html>
<http://benpfaff.org/writings/clc/off-topic.html>
<http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/> (C99)
<http://www.dinkumware.com/refxc.html> (C-library}
<http://gcc.gnu.org/onlinedocs/> (GNU docs)
<http://clc-wiki.net> (C-info)