CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Vb and FTP

  1. #1
    Join Date
    Jul 1999
    Posts
    6

    Vb and FTP

    Does any know of any utilities, libraries, or API's that will allow me to connect to an FTP site, and download a file to the site, from a VB application.

    I suppose I could use the shell command, but was wondering if there is an better way of doing this?

    You help as always is most appreciated.


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

    Re: Vb and FTP

    I've just (well a couple of days ago) posted some class modules onto the CodeGuru site at:

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

    These will do exactly what you're looking for.


    Chris Eastwood

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

  3. #3
    Join Date
    Jul 1999
    Posts
    6

    Re: Vb and FTP

    Thanks for this. That was quick.

    Where do i get the WinInet.dll from?

    Cheers
    Mike


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

    Re: Vb and FTP

    I think that it comes either as standard with Windows 9x/NTx or with the IE installation - check your windows\system32 directory.




    Chris Eastwood

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

  5. #5
    Join Date
    Jul 1999
    Posts
    6

    Re: Vb and FTP

    Yes its there.

    I've got Version 4.72.3110.0


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