Contents

What Is a URL?


A URL, or uniform resource locator, is the Internet address of a file. URLs are case-sensitive. The most common syntax of a URL is:

protocol://computer[:port]/path/filename

To connect to a secure FTP (file transfer protocol) site, the correct URL format is:

ftp://username:password@ftp.site.name

Where:

protocol is the Internet protocol used to transmit the file. Examples of different protocols are shown below.
computer is the domain name of the server where the file is stored (for example, www.company.com).
port is the port number (required only when a nonstandard TCP port number is used).

Microsoft Internet Explorer supports the following protocols.

Note

ProtocolExample
Hypertext Transfer Protocolhttp://www.microsoft.com
Hypertext Transfer Protocol Securityhttps://www.company.com
File Transfer Protocolftp://ftp.microsoft.com
Electronic mail (e-mail) addressmailto:name@company.com
Gophergopher://www.company.com
Filefile:path\filename