CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    14

    where can i read about ...

    ... using ftp programmatically.

    i would like to try my hand at writing an ftp client.

    thanks much!

    craigk
    [email protected]



  2. #2
    Join Date
    May 1999
    Location
    Glendale Heights, Illinois, USA
    Posts
    44

    Re: where can i read about ...

    The obvious answer is to check the RFCs, but they can be extremely difficult to understand. Nevertheless, they are the authoritative documents. Here's the link I use for the RFC index:

    http://andrew2.andrew.cmu.edu/rfc/rfc-front.html

    The latest RFC for FTP is 0959 with security extensions in RFC 2228

    Hopefully someone can give you a source for something a little more readable, but this should provide you with the information you need to follow the authoritative standard.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured