CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Posts
    20

    Help needed on FTP Client

    I am quite new to Java Programming. I want to develop an FTP client for my project. Can anybody help me out with it. I will be very grateful if anybody can send me any code snippet or addresses of any web sites where I can find the same. Thanks in advance. Take Care. Ankur!!!


  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Help needed on FTP Client

    One place to get information about the FTP protocol is from its RFC. (I forget its number). Request For Comments were written to define various protocols and have ALL the info on how they work.

    Norm

  3. #3
    Join Date
    Aug 2000
    Posts
    4

    Re: Help needed on FTP Client

    U need to program in the normal way.. but in certain issues like if u r behind a proxy or firewall with a different port number u have to be careful while starting the program..


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