Ftp can be accessed by ftp://example.com but I have seen people accessing ftp using http://ftp.example.com How can I achieve this kind of functionality? Is there a way I can do this by installing some software?
|
There is simply a web server installed on the same host as the FTP server, allowing the files to be retrieved by FTP or by HTTP. |
|||
|
|
This is an HTTP URL. The name |
|||
|
|
|
That somebody has setup a DNS entry calling their machine implies that it provides FTP service. However, I can name my hosts It may be the case that any number of DNS host name point to the same machine on the same IP address, or even one machine hosting different IP addresses. The server naming selection is only common convention. |
|||
|
|