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

Thread: Ftp from online

  1. #1
    Join Date
    Dec 2000
    Location
    Chennai,India
    Posts
    8

    Ftp from online

    Hi everybody,
    I have developed an utility to connect ftp using VB6.o with "Microsoft Internet Transfer Control 6.0" (MITC6.0).

    Actually, I want to do file upload and download from online that is, from online web site for that I have two options( if any, please let me know).

    i. Making a .exe file using VB6.0 with MITC6.0 support. Then how can I run this? and where can I put it?


    ii. Making a .dll file using VB6.0 ActiveX Dll with MITC6.0. Then is it possible to use the methods of the component using create sever component object.

    please, let me anyone brief each one above.


    thank you

    Kumar


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Ftp from online

    Is this FTP Client or FTP Server?

    Good Luck,
    -Cool Bizs

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