|
-
Dec 21st, 2005, 01:46 AM
#1
Thread Starter
New Member
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
-
Dec 21st, 2005, 06:20 AM
#2
Re: FTP component for VB 6.0
Google has nothing on this component, nor does MSDN. It might be something that someone wrote internally.
-
Dec 21st, 2005, 11:03 PM
#3
Thread Starter
New Member
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
-
Dec 22nd, 2005, 08:51 AM
#4
Re: FTP component for VB 6.0
 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.
-
Dec 22nd, 2005, 11:14 PM
#5
Addicted Member
Re: FTP component for VB 6.0
May be able to find something to replace it with ?
http://www.programmersheaven.com/zone15/mh77.htm
-
Dec 23rd, 2005, 11:43 AM
#6
Re: FTP component for VB 6.0
 Originally Posted by B@ns
... In that case I will have to scrap it and start afresh...
In case you don't know there INet control in VB6.
-
Dec 24th, 2005, 01:23 AM
#7
Thread Starter
New Member
Re: FTP component for VB 6.0
Hi,
Could you please tell me more about the INET control??
Thanks in adv.
~B@ns
-
Dec 25th, 2005, 09:57 AM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|