Thread Probleme mit der LWP und FTP-Verbindungen (17 answers)
Opened by lionstarr at 2008-05-22 23:48

lionstarr
 2008-05-27 20:37
#110381 #110381
User since
2008-05-21
9 Artikel
BenutzerIn
[default_avatar]
Hier zwei Links, mit denen ich Probleme habe:

Der Link ftp://ftp.iae.nl/100MB.bin funktioniert nicht. Hier der DUMP der Response:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$VAR1 = bless( {
'_content' => '',
'_rc' => 500,
'_headers' => bless( {
'client-date' => 'Tue, 27 May 2008 12:26:17 GMT',
'content-type' => 'application/octet-stream',
'last-modified' => 'Tue, 15 May 2007 14:51:19 GMT',
'server' => '--------- Welcome to Pure-FTPd [privsep] [TLS] ----------',
'client-request-num' => 1
}, 'HTTP::Headers' ),
'_msg' => 'FTP close response: 500 Error during write to data connection
?
',
'_request' => bless( {
'_content' => '',
'_uri' => bless( do{\(my $o = 'ftp://ftp.iae.nl/100MB.bin')}, 'URI::ftp' ),
'_headers' => bless( {
'user-agent' => 'libwww-perl/5.805'
}, 'HTTP::Headers' ),
'_method' => 'HEAD'
}, 'HTTP::Request' )
}, 'HTTP::Response' );


Und finally: ftp://66.216.101.196/080509111332p/readme.jpg
Hier kommt nach ewigem Laden (obwohl sowohl Opera als auch FF lediglich Sekunden brauchen) folgender Dump:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$VAR1 = bless( {
'_content' => '',
'_rc' => 500,
'_headers' => bless( {
'client-date' => 'Tue, 27 May 2008 16:34:38 GMT',
'content-type' => 'image/jpeg',
'last-modified' => 'Fri, 16 May 2008 14:47:37 GMT',
'content-length' => '26064',
'server' => 'Microsoft FTP Service',
'client-request-num' => 1
}, 'HTTP::Headers' ),
'_msg' => 'FTP close response: 500 Connection closed; transfer aborted.
\'òABOR\': command not understood
',
'_request' => bless( {
'_content' => '',
'_uri' => bless( do{\(my $o = 'ftp://66.216.101.196/080509111332p/readme.jpg')}, 'URI::ftp' ),
'_headers' => bless( {
'user-agent' => 'libwww-perl/5.805'
}, 'HTTP::Headers' ),
'_method' => 'HEAD'
}, 'HTTP::Request' )
}, 'HTTP::Response' );

View full thread Probleme mit der LWP und FTP-Verbindungen