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

    FTP(File Transfer Protocol)

    I would like to write FTP (File Transfer Protocol) Programme.
    If anyone knows how to do it please let me know.

    Thanks



  2. #2
    Join Date
    Apr 2000
    Location
    Houston, TX, USA
    Posts
    199

    Re: FTP(File Transfer Protocol)

    Please give me your email, I ahve a sample app this is too large to place into this window.

    Tim Cartwright 'Will write code for food.
    Information Systems
    Splitrock Services Inc.
    Tim C.
    //Will write code for food

  3. #3
    Join Date
    Feb 2000
    Location
    Cedar Rapids, Iowa, USA
    Posts
    57

    Re: FTP(File Transfer Protocol)

    Please send that app to me also.

    My e-mail:[email protected]


  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: FTP(File Transfer Protocol)

    There's a class module you can use at :

    http://codeguru.developer.com/vb/articles/1852.shtml

    that neatly wraps the WinInet implementation of FTP - you don't need any special controls in your program, just create an instance of the class and off you go. The module comes with a sample program that shows how it can be used.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  5. #5
    Join Date
    Oct 1999
    Location
    MD, USA
    Posts
    169

    HELP with FTP


    Hi Chris:
    I really need help on this one !!
    I tried your FTP class on the on a web server(IIS 4.0). I want to use it with asp. I created a setup for the DLL with PDW and ran it on the web server. But when I call my asp it throws me an error :"file not found wininet.dll". I see the DLL installed in the winnt/system32 folder !!???

    What am i doing wrong ?
    The DLL runs fine when instantiated from a VB base client.


  6. #6
    Guest

    Re: FTP(File Transfer Protocol)

    Tim-
    I too am interested in this FTP client code written in vb. Please send it to me also. [email protected]
    Thanks
    Taylor


  7. #7
    Join Date
    Mar 2000
    Posts
    16

    Re: FTP(File Transfer Protocol)

    one for me too ...

    [email protected]


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