Yes, is right Ftp-proxy is running, with ftpproxy_flags="" in rc.conf In debug mod i have: # ftp-proxy -d -D7 listening on 127.0.0.1 port 8021 #1 accepted connection from 10.0.0.10 #1 FTP session 1/100 started: client 10.0.0.10 to server xxxxxxxx via proxy yyyyyyy #1 server timeout #1 ending session
Steven Surdock wrote: > Fratiman Vladut wrote: > >> I think, that is not very clear. Sorry for my english. >> I want to connect, behind my firewall, to an ftp server from >> internet. I don't have ftp server behind firewall. >> > > Is ftpproxy running? > > $ grep ftp /etc/rc.conf.local > ftpproxy_flags="" > > I sorry. I'm a little slow, but is this what you trying to do? > FTP_Client--->LAN--->FW--->Internet--->FTP_Server > > -Steve S.