Hi,
In our setup will be having multiple DNS names resolve to the same IP address of our ftp server. For example ftp1.someserver.com, ftp2.someserver.com, ftp3.someserver.com all point to one IP address and the same Apache FTP Server. Even though they all resolve to the same IP address, functionally they will be slightly different and to implement this behavior in our own User Manager we need to identify is a user connected to ftp1, ftp2 or ftp3. However we could not find a way to extract the ftp host in an incoming connection. Is there a way to do it? Something like extracting the Host header in a http request. I looked at the FTP protocol and network dump of a FTP connection initiation, doesn't look like that info is even available. Thanks Sachin
