Re: FTP component for VB 6.0
Google has nothing on this component, nor does MSDN. It might be something that someone wrote internally.
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 :confused:
thanks.
~B@ns
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 :confused:
thanks.
~B@ns
Well, if it is internal, ask around. Someone may know where the actual source code is.
Re: FTP component for VB 6.0
May be able to find something to replace it with ?
http://www.programmersheaven.com/zone15/mh77.htm
Re: FTP component for VB 6.0
Quote:
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.
Re: FTP component for VB 6.0
Hi,
Could you please tell me more about the INET control??
Thanks in adv.
~B@ns
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):
Quote:
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.