How to access a secured resource by using the FTP protocol (159617)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 3.0
- Microsoft Internet Explorer (Programming) 3.01
- Microsoft Internet Explorer (Programming) 3.02
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 4.01
This article was previously published under Q159617 SUMMARY
To access a file on a secured FTP server, that is, a server that does not
accept anonymous requests, the protocol requires that the username and
password be supplied as a part of the uniform resource locator (URL) used
to make the request. The format of such a URL is the following:
ftp://<user_name>:<password>@<machine_name>/<path_to_resource>
REFERENCES
Internet Client SDK online documentation
Modification Type: | Minor | Last Reviewed: | 1/16/2006 |
---|
Keywords: | kbhowto kbusage KB159617 kbAudDeveloper |
---|
|