Thread: need ftp client source

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    6

    need ftp client source

    hello;
    i need a simple ftp client implementation in C.i searched google but i found complicated code.thx

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debug into Source
    By lehe in forum C++ Programming
    Replies: 4
    Last Post: 02-18-2009, 10:45 AM
  2. Open Source Licenses
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-10-2006, 08:53 PM
  3. ftp open source client
    By neoragexxx in forum Tech Board
    Replies: 3
    Last Post: 06-22-2006, 05:19 AM
  4. Need winsock select() client & server source code or tutorial
    By draggy in forum Networking/Device Communication
    Replies: 2
    Last Post: 06-19-2006, 11:49 AM
  5. Replies: 1
    Last Post: 09-18-2005, 09:06 PM