Alexandr Zaitsev писал(а):
Проверил - проблем нет. Всё открывается и в пассивном и в активном режимах.
Обратите внимание - IE по-умолчанию пытается соединиться именно в активном режиме.
Будьте любезны разжуйте по подробнее как настроили! Я уже 2 мануала прочитал с этого форума и не один не помог! Все стопориться на вот таком логе!
Код:
Logging to file c:\program files\g6 ftp server\ftp.log.
Logging to screen : enabled.
29.01.2008 23:25:40 - FTP Server On-line : IP(s) 192.168.0.100, on port 21
(000001) 29.01.2008 23:26:12 - (not logged in) (192.168.0.1) > connected to ip : 0.0.0.0
(000001) 29.01.2008 23:26:12 - (not logged in) (192.168.0.1) > sending welcome message.
(000001) 29.01.2008 23:26:12 - (not logged in) (192.168.0.1) > 220 ftp
(000001) 29.01.2008 23:26:12 - (not logged in) (192.168.0.1) > disconnected.
(000002) 29.01.2008 23:26:15 - (not logged in) (192.168.0.1) > connected to ip : 0.0.0.0
(000002) 29.01.2008 23:26:15 - (not logged in) (192.168.0.1) > sending welcome message.
(000002) 29.01.2008 23:26:15 - (not logged in) (192.168.0.1) > 220 ftp
(000002) 29.01.2008 23:26:15 - (not logged in) (192.168.0.1) > disconnected.
Вот такой лог если я захожу по внутренней сетке!
Код:
(000004) 29.01.2008 23:27:13 - (not logged in) (192.168.0.100) > connected to ip : 192.168.0.100
(000004) 29.01.2008 23:27:13 - (not logged in) (192.168.0.100) > sending welcome message.
(000004) 29.01.2008 23:27:13 - (not logged in) (192.168.0.100) > 220 ftp
(000004) 29.01.2008 23:27:13 - (not logged in) (192.168.0.100) > USER anonymous
(000004) 29.01.2008 23:27:13 - (not logged in) (192.168.0.100) > 331 Password required for anonymous.
(000004) 29.01.2008 23:27:13 - (not logged in) (192.168.0.100) > PASS ********
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > logged in anonymously with login/pass : anonymous/mozilla@example.com
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 230 User anonymus logged in.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > SYST
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 215 UNIX Type: L8
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > PWD
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 257 "/" is current directory.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > TYPE I
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 200 Type set to I.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > PASV
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 227 Entering Passive Mode (192,168,0,100,0,25).
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > SIZE /
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 550 No such file or directory.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > MDTM /
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 213 20080121212640
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > RETR /
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > asked to download 'E:\FTP\' --> Access denied (No Such File).
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 550 '/' : No Such File.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > PASV
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 227 Entering Passive Mode (192,168,0,100,0,25).
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > CWD /
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > asked to change directory : 'E:\FTP\ -> E:\FTP\' --> Access allowed.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 250 CWD command successful. "/" is current directory.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > LIST
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 150 Data connection accepted from 192.168.0.100:2953; transfer starting.
(000004) 29.01.2008 23:27:13 - anonymous [anonymus] (192.168.0.100) > 226 Transfer ok
На данный момент открыты порты 21 и отдельно 25 (пробовал и другие не помогает!)
В чем причина?