Hello there, I am trying to use wget with Suse 7.3 and i cannot get it to run correctly. An example would be
wget ftp://ftp.suse.com/pub/suse/i386/8.0/SuSEgo.ico which produces the output --16:26:59-- ftp://ftp.suse.com/pub/suse/i386/8.0/SuSEgo.ico => `SuSEgo.ico' Aufl�sen des Hostnamen �ftp.suse.com�.... fertig. Verbindungsaufbau zu ftp.suse.com[217.9.113.66]:21... verbunden. Anmelden als anonymous ... Angemeldet! ==> SYST ... fertig. ==> PWD ... fertig. ==> TYPE I ... fertig. ==> CWD /pub/suse/i386/8.0 ... fertig. ==> PORT ... fertig. ==> RETR SuSEgo.ico ... fertig. and then the program hangs, and the file cannot be found on the local harddisk. strace indicates that the program hangs during a system call (select): ----snip-------- read(3, "150 Opening BINARY mode data con"..., 4096) = 70 write(2, "fertig.\n", 8fertig. ) = 8 select(5, [4], NULL, [4], {900, 0} <unfinished ...> I am a bit stuck here, and would be grateful for any fix Best regards Kai Anding
