hello;
i need a simple ftp client implementation in C.i searched google but i found complicated code.thx
This is a discussion on need ftp client source within the Networking/Device Communication forums, part of the General Programming Boards category; hello; i need a simple ftp client implementation in C.i searched google but i found complicated code.thx...
hello;
i need a simple ftp client implementation in C.i searched google but i found complicated code.thx
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
How simple?
Connect to a fixed site, login and retrieve a known file?
To do all the things listed in the FTP RFC, you need a fair amount of complexity, there's just no getting away from that.
Or use http://curl.haxx.se/ to do a lot of the donkey work for you.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.