Hallo,
durch einen Tippfehler bei der FTP-Abholung (statt "mget *-27" "mget -27") ist
eine Datei verlorengegangen, sie befand sich hinterher nicht mehr auf dem
Server. Der Versuch, das nachzustellen, verlief zwar anders, aber auch
interessant. Kann jemand die Interpretation von "mget -27" erklaeren? Der Client
ist das FreeBSD-3.4-FTP, der Server scheint der System-FTP-Server von SunOS 4.1
zu sein.
Es gruesst
Peter Ross
Anhang: Versuchte Reproduktion der Sitzung.
> 220 teltow FTP server (SunOS 4.1) ready.
> ...
> ftp> mget -27
> mget !?
> 200 PORT command successful.
> 150 ASCII data connection for ! (195.63.52.14,49161) (0 bytes).
> 226 ASCII Transfer complete.
> mget .Xauthority?
> 200 PORT command successful.
> 150 ASCII data connection for .Xauthority (195.63.52.14,49163) (0 bytes).
> 226 ASCII Transfer complete.
> mget .Xresources?
> 200 PORT command successful.
> 150 ASCII data connection for .Xresources (195.63.52.14,49164) (117 bytes).
> 226 ASCII Transfer complete.
> 122 bytes received in 0.18 seconds (0.66 KB/s)
> mget .additional_manpath? ^C
> Continue with mget? n
> ftp> 221 Goodbye.
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 29 Aug 2000 - 15:56:38 CEST