ich meinte den gesamten Datentransfer auf Layer5.
der sieht etwa so aus:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Port:21
220 FTP Server ready.
USER xxxxxxx
..331 Password required for xxxxxxxx.
PASS xxxxxx
230 User xxxxx logged in.
PWD
257 "/" is current directory.
SYST
215 UNIX Type: L8
PORT 80,145,18,103,6,250
200 PORT command successful
PORT 80,145,18,103,6,251
..200 PORT command successful
RETR .htaccess
..150 Opening ASCII mode data connection for .htaccess (85 bytes)
226 Transfer complete.
QUIT
..221 Goodbye.
Port 20 (Das sind die Daten)
..AddType text/xml .xsl .xml
AddHandler cgi-script cgi pl
Options +ExecCGI
XBitHack on
....