Actions
Todo #881
closed
MS
Passive FTP over pfsense
Todo #881:
Passive FTP over pfsense
Start date:
09/07/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
Here the out-of-date information: http://doc.pfsense.org/index.php/Howto_setup_ftp_server_behind_pfsense
How to force to work passive FTP from LAN to WAN.
In current snapshot passive ftp doesn't work.
$ ftp 93.158.155.195 Connected to 93.158.155.195. 220 Welcome to Yandex FTP service (sower.yandex.ru). Name (93.158.155.195:mike): ftp 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> dir 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. -rw-r--r-- 1 ftp ftp 263 Aug 13 06:04 HEADER.txt drwxr-xr-x 12 ftp ftp 4096 Oct 27 2009 altlinux drwxr-sr-x 15 ftp ftp 4096 Apr 08 09:54 altlinux-beta ... 226 Directory send OK. ftp> passive Passive mode on. ftp> dir 227 Entering Passive Mode (93,158,155,195,219,180) ftp: connect: Connection timed out
In revision commit:049a688e5daac240b2651bbd2cc178612741d23a removed all ftp-helper programs.. why?
Actions