Einzelnen Beitrag anzeigen

TurboMartin

Registriert seit: 13. Feb 2006
Ort: Bad Honnef
765 Beiträge
 
Turbo Delphi für Win32
 
#1

[IIS7] FTP-Zugriffsprobleme

  Alt 8. Sep 2008, 17:12
Hallo,
ich verwende unter Vista Business den IIS7. Dort habe ich eine FTP-Site eingerichtet. Leider habe ich jetzt das Problem, dass ich mich nicht über meine DynDNS-Adresse verbinden kann, über localhost kann ich es aber.
Als Fehlermeldung erhalte ich meistens 426, im Log steht aber auch 421. Der sc-win32-status ist bei 426 1341, bei 421 121.
Folgendes zeigt mir FileZilla an:
Zitat:
Status: Verbinden mit bavario.home.dyndns.org:2211...
Status: Verbunden mit bavario.home.dyndns.org:2211. Warten auf Willkommens-Meldung...
Antwort: 220 Microsoft FTP Service
Befehl: USER anonymous
Antwort: 331 Anonymous access allowed, send identity (e-mail name) as password.
Befehl: PASS *****
Antwort: 230 Anonymous user logged in.
Befehl: SYST
Antwort: 215 Windows_NT
Befehl: FEAT
Antwort: 211-Extended features supported:
Antwort: SIZE
Antwort: MDTM
Antwort: 211 END
Status: Verbindung hergestellt
Status: Verzeichnisinhalt wird abgeholt...
Befehl: PWD
Antwort: 257 "/" is current directory.
Befehl: TYPE A
Antwort: 200 Type set to A.
Befehl: PASV
Antwort: 227 Entering Passive Mode (192,168,178,23,196,86).
Befehl: LIST
Antwort: 426 Connection closed; transfer aborted.
Fehler: Dateiliste konnte nicht empfangen werden
IIS-Log:
Zitat:
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-07 17:24:32
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-07 17:24:32 127.0.0.1 anonymous MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [1]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-07 17:24:32 127.0.0.1 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [1]PASS IEUser@ - 230 0 0 0 125 FTP - - - -
2008-09-07 17:24:32 127.0.0.1 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [1]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-07 17:27:19 127.0.0.1 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [1]closed - - 421 121 0 0 166359 FTP - - - -
2008-09-07 17:29:26 217.232.61.141 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-07 17:29:26 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-07 17:30:02 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-07 17:32:19 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]closed - - 421 121 0 0 136828 FTP - - - -
2008-09-07 17:33:33 217.232.61.141 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-07 17:33:33 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-07 17:33:33 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]CWD / - 250 0 0 0 0 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-07 17:34:09
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-07 17:34:09 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-07 17:34:23 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]closed - - 426 1341 0 0 12953 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-07 17:45:53
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-07 17:45:53 217.232.61.141 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-07 17:45:53 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-07 17:46:34 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-07 17:48:49 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]closed - - 421 121 0 0 134688 FTP - - - -
2008-09-07 17:54:48 217.232.61.141 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-07 17:54:48 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-07 17:54:48 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-07 17:56:28 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-07 17:56:52 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-07 17:59:49 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]closed - - 421 121 0 0 176984 FTP - - - -
2008-09-07 18:01:40 217.232.61.141 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-07 18:01:40 217.232.61.141 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-08 15:11:28
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-08 15:11:28 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [1]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:11:28 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [1]PASS IEUser@ - 230 0 0 0 15 FTP - - - -
2008-09-08 15:11:28 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [1]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 15:14:04 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [1]closed - - 421 121 0 0 154453 FTP - - - -
2008-09-08 15:43:05 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:43:05 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]PASS IEUser@ - 230 0 0 0 157 FTP - - - -
2008-09-08 15:43:05 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 15:43:05 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:43:05 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:43:06 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]CWD / - 250 0 0 0 0 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-08 15:44:03
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-08 15:44:03 127.0.0.1 anonymous MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [4]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:44:03 127.0.0.1 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [4]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:44:03 127.0.0.1 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [4]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 15:44:12 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:44:12 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:44:43 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:44:43 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:44:43 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 15:44:43 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [7]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:44:43 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [7]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:44:43 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [7]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 15:46:04 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]closed - - 421 121 0 0 177828 FTP - - - -
2008-09-08 15:47:04 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]closed - - 421 121 0 0 171156 FTP - - - -
2008-09-08 15:47:34 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [7]closed - - 421 121 0 0 170328 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-08 15:51:35
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-08 15:51:35 127.0.0.1 anonymous MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [1]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:51:35 127.0.0.1 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [1]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:51:36 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:51:36 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]PASS IEUser@ - 230 0 0 0 16 FTP - - - -
2008-09-08 15:52:47 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 15:53:17 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 15:53:32 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]CWD / - 250 0 0 0 0 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-08 15:54:12
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-08 15:54:12 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [2]closed - - 426 1341 0 0 40266 FTP - - - -
2008-09-08 15:54:12 127.0.0.1 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 127.0.0.1 2211 [1]closed - - 426 1341 0 0 157657 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-08 15:56:10
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-08 15:56:10 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:56:10 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:58:15 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [3]closed - - 426 1341 0 0 124094 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-08 15:58:24
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-08 15:58:24 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 15:58:24 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 15:58:24 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]CWD / - 250 0 0 0 0 FTP - - - -
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-08 16:00:23
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2008-09-08 16:00:23 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 16:00:23 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 16:00:23 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [5]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 16:00:23 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 16:00:23 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]PASS IEUser@ - 230 0 0 0 0 FTP - - - -
2008-09-08 16:00:23 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]CWD / - 250 0 0 0 0 FTP - - - -
2008-09-08 16:01:01 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [4]closed - - 421 121 0 0 156656 FTP - - - -
2008-09-08 16:01:49 217.232.65.114 anonymous MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [7]USER anonymous - 331 0 0 0 0 FTP - - - -
2008-09-08 16:01:49 217.232.65.114 anon@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [7]PASS anon@ - 230 0 0 0 0 FTP - - - -
2008-09-08 16:02:31 217.232.65.114 IEUser@ MSFTPSVC5 FSC-NOTEBOOK 192.168.178.23 2211 [6]closed - - 421 121 0 0 126500 FTP - - - -
#
Sonstiges zum System: Zur Zeit ist die Windows-Firewall ausgeschaltet, wobei der FTP-Server zugelassen wird. AntiVir habe ich gestern Abend deinstalliert, da ich gelesen hatte, dass diese zu dem Problem führen könnten.
Was ist da das Problem?
Was mir noch aufgefallen ist, ist das die Uhrzeit 2 Stunden zurückhängt.
Tomorrow will be cancelled due to lack of interest.

  Mit Zitat antworten Zitat