hypermedia 10 Geschrieben 16. April 2003 Melden Teilen Geschrieben 16. April 2003 Bei unserem Server (WinServer 2000) ist ftp nur im aktiv-mode möglich / vorkonfiguriert. Wie stellt man denn auf pasive ftp um? Wichtig für uns, da wir hinter einer firewall hocken und nur passive ftpen können. thanx thomas Zitieren Link zu diesem Kommentar
real_tarantoga 11 Geschrieben 16. April 2003 Melden Teilen Geschrieben 16. April 2003 ich habe keine antwort parat, aber vielleicht helfen dir die ms-seiten zum iis und ftp weiter? Zitieren Link zu diesem Kommentar
hypermedia 10 Geschrieben 16. April 2003 Autor Melden Teilen Geschrieben 16. April 2003 Danke für die Links, da steht zwar viel, aber wie man den ftp so einrichtet, dass er auch im passive mode gscheit funktioniert, fehlt. Vielleicht noch ein Tipp? thanx thomas Zitieren Link zu diesem Kommentar
real_tarantoga 11 Geschrieben 17. April 2003 Melden Teilen Geschrieben 17. April 2003 gefunden bei: FTP Site Administratation Modes and Data TransmissionWhen using FTP, there are two things to consider. The first is the connection mode, which can be either passive or active; and the second is the data transfer mode, which can be stream, block, or compressed. The IIS-based FTP service supports both active and passive mode connections, depending on the method that is specified by the client. IIS does not support disabling either active or passive connection modes. The default data transfer mode for IIS-based FTP is stream. IIS does not currently support block or compressed data transfer mode. Unlike HTTP and other protocols used on the Internet, the FTP protocol uses a minimum of two connections during a session: a half-duplex connection for control, and a full-duplex connection for data transfer. By default, TCP port 21 is used on the server for the control connection, but the data connection is determined by the method that the client uses to connect to the server, as detailed below. Active-mode FTP connections are sometimes referred to as "client-managed" because the client sends a port command to the server, over the control connection. The command requests the server to establish a data connection from TCP port 20 on the server to the client, using the TCP port that is specified by the port command. Passive-mode FTP connectionsare sometimes referred to as "server-managed", because after the client issues a pasv command, the server responds with one of its transient ports used as the server-side port of the data connection. After a data connection command is issued by the client, the server connects to the client using the port immediately above the client-side port of the control connection. auch bei apache & daLUG habe ich nur ähnliche aussagen gefunden: deshalb denke ich, es liegt am client - dieser muss den passive mode anfordern, dann wird ihm vom ftp server ein freier port übermittelt. durch die erneute antwort des client am reservierten port erfährt dann auch der ftp server, auf welchen port und welche ip der client hört. das problem dabei ist, dass heutzutage ftp server oft nicht mehr vor, sondern hinter der firewall stehen - dann wird es etwas komplizierter (nat/pat), aber da bin ich wiederum keine referenz. die zitierte seite ist übrigens nicht genau die gleiche wie im ersten post. vielleicht lohnt sich da nochmals ein blick ;) gruss, r_t Zitieren Link zu diesem Kommentar
Empfohlene Beiträge
Schreibe einen Kommentar
Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.