On Fri, Nov 27, 2009 at 4:24 PM, Dan <[email protected]> wrote: > Does FTP server support virtual hosts? > > E.g. more than one domain name pointing to a single IP address running one > instance of ftp server
The FTP protocol does not support virtual hosts as the client does not send anything corresponding to the Host header in HTTP. Thus, an FTP server can not know the host to which the client has connected. /niklas
