Results 1 to 8 of 8

Thread: FTP component for VB 6.0

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    3

    Unhappy FTP component for VB 6.0

    Hi,

    I need to modify a VB 6.0 component, which makes use of a DLL called CTDU_FTP.DLL

    Now, when I go to the [Project > References], I find something like -
    MISSING: CTDU_FTP

    Can anyone help me in getting this component?
    It will be great if someone can give me more information about this component (e.g. its third-party,freeware,etc)

    Thanks in advance

    ~B@ns

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FTP component for VB 6.0

    Google has nothing on this component, nor does MSDN. It might be something that someone wrote internally.

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    3

    Resolved Re: FTP component for VB 6.0

    Hi,

    I guess you are right. It must be a custom component... written internally... In that case I will have to scrap it and start afresh

    thanks.

    ~B@ns

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FTP component for VB 6.0

    Quote Originally Posted by B@ns
    Hi,

    I guess you are right. It must be a custom component... written internally... In that case I will have to scrap it and start afresh

    thanks.

    ~B@ns
    Well, if it is internal, ask around. Someone may know where the actual source code is.

  5. #5
    Addicted Member Quizton's Avatar
    Join Date
    Dec 2005
    Location
    VB Forums
    Posts
    209

    Re: FTP component for VB 6.0

    May be able to find something to replace it with ?
    http://www.programmersheaven.com/zone15/mh77.htm

  6. #6

  7. #7

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    3

    Re: FTP component for VB 6.0

    Hi,
    Could you please tell me more about the INET control??

    Thanks in adv.

    ~B@ns

  8. #8
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: FTP component for VB 6.0

    Full name for that control is Microsoft Internet Transfer Control so if you go to Components then that's how it is listed.
    Also here is some general info (a quote from MSDN):
    Microsoft Internet Transfer Control

    The Internet Transfer control provides implementation of two of the most widely used protocols on the Internet, HyperText Transfer Protocol (HTTP) and File Transfer Protocol (FTP).

    Using the HTTP protocol, you can connect to World Wide Web servers to retrieve HTML documents. With the FTP protocol, you can log on to FTP servers to download and upload files. The UserName and Password properties allow you to log on to private servers that require authentication. Otherwise, you can connect to public FTP servers and download files. Common FTP commands, such as CD and GET, are supported through the Execute method.

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