FTP Configuration File

jinson

Registered
Does anybody know if there is an equivalent configuration file for the ftp daemon built into OS X (similar to httpd.conf with Apache?) I've noticed that when I FTP to my OS X from the Internet (and the Mac is behind a NAT'd firewall, with appropriate private to public mappings), it shows my internal IP address. I don't want that. I'm trying to determine if this is an application setting, where it will show the physical internal IP address. I would think this is a layer 7 issue, and not a layer 3 issue.

Thanks.

Ron
 
Check out:
/etc/ftpchroot, /etc/ftpusers, /etc/ftpwelcome,
/etc/motd,

Or open a terminal and type:
man ftpd
 
Back
Top