Evaluation Information on
by
|
|||
|
|||
|
|||
|
|||
|
|||
The FTP control implements a standard FTP client as specified in RFC 959 and RFC 1579. The first step in using the control is specifying the RemoteHost, User and Password. The file to upload to or download from is given by the RemoteFile property. The file to download to or upload from is specified by LocalFile. The current path in the server is specified by the RemotePath property. The Passive property is especially useful if the client is behind a firewall which inhibits incoming connections to higher ports. The control operates by setting appropriate values to the Action property. If LocalFile is set to something other than an empty string, then files are received in LocalFile, otherwise the data is received through the Transfer event. StartTransfer and EndTransfer are fired at the beginning and end of transmission. The PITrail event traces the interaction between the client and the server (the FTP Protocol Interface connection). Directory listings are received through the DirList event. |
|||
The HTTP control can be used to retrieve documents from the World Wide Web The HTTP control implements a standard HTTP Version 1.0 client through a simple plug-and-play interface. The control contains a number of properties that map directly to HTTP request headers. Files are received through events: Transfer for contents, and Header for HTTP headers. The StartTransfer and EndTransfer events are fired at the beginning and end of transmission. The URL property specifies the document to receive. To receive the document set the Action property to 'Get'. Data can be POST-ed to the HTTP server by assigning it to the PostData property and then setting the Action property to 'Post'. The HTTP control supports the HTTP Basic authentication scheme through the User and Password properties. Other authentication schemes can be implemented by using the Authorization property. |
|||
IP*Works! List of controls | click here |
|
|||
|
|||
Advantages of FTP Control |
Disadvantages of FTP Control | ||
IP*Works! FTP Client
|
IP*Works! FTP Client
|
||
IP*Works! FTP Server
|
IP*Works! FTP Server
|
||
Advantages of HTTP Control |
Disadvantages of HTTP Control | ||
IP*Works! HTTP Control
|
IP*Works! HTTP Control
|
||
Overall Comments: The IP*Works! Visual Basic Edition has very nice user interface and if not due to compilation error and some minor problems, this can be the best tool that I have tried and would have chosen it rather than Crescent Internet ToolPak. I might make use of some functions from here as a guide for a better user interface as well as reference for certain funtions. |
| BACK |
Created on 30th July 1998. Last revised on 24th August 1998.
Creator : Daniel
Chua