Split Personality of litcube & ElaNa & smarty
Posts: 74 from 2015/12/16
From: NRW
Quote:
geit schrieb:
Wenn der FTP Server in der inetd.conf steht, dann wird er gestartet sobald ein Zugriff auf die entsprechenden Ports stattfindet.
envarc:sys/net/inetd.conf und inet.access
Auch bei "
externen" IP abfragen, in meinem Beispiel die Backbone "DTAG" ?
ftpclosed.jpg deswegen kommt mir das so komisch vor, denn ich entsinne mich zu Millenium Zeiten Amiga 2000 "AmiTCP Stack "
Genesis" das das nicht so war - Localhost ist halt Localhost und bei fremder IP, hätte
Genesis oder auch
Miami das nicht so angezeigt ...
Code:
# Start Developer Serv
#
http stream tcp nowait root apache:bin/httpd www
#
ftp stream tcp nowait root amitcp:serv/ftpd in.ftpd
#
die
inet.access ist nicht editiert ...
(also auf Standard, alles abgeschaltet)AmiTrade FTP LoginCode:
*** ATC_TRADER.1 · ftp://127.0.0.1/ (logged in since 17.11.2015 16:43:12) ***
16:43:12 | Sent: Connecting to ftp://127.0.0.1/
16:43:12 | Sent: Connection established
16:43:12 | <--- 220-Hello user at localhost, welcome to NGC3623.
16:43:12 | <--- 220-Local time is Tue Nov 17 16:43:12 2015.
16:43:12 | <--- 220-There are currently 0 users in your class (maximum is 2).
16:43:12 | <--- 220-Mail your bug reports to blaz.zupan@uni-mb.si.
16:43:12 | <--- 220-
16:43:12 | <--- 220 NGC3623 FTP server (Amiga wu-ftpd 37.21) ready.
16:43:12 | Sent: USER anonymous
16:43:12 | <--- 331 Guest login ok, send your complete e-mail address as password.
16:43:12 | Sent: PASS ???
16:43:12 | <--- 230 Guest login ok, access restrictions apply.
16:43:12 | Sent: Successfully logged in
16:43:12 | Sent: CWD /
16:43:12 | <--- 550 Ram Disk:/: No such file or directory.
16:43:12 | <--- Ram Disk:/: No such file or directory.
16:43:12 | Sent: PWD
16:43:12 | <--- 257 "/" is current directory.
16:43:12 | Sent: Reading directory...
16:43:12 | Sent: PASV
16:43:12 | <--- 227 Entering Passive Mode (127,0,0,1,11,33)
16:43:12 | Sent: LIST
16:43:12 | <--- 150 Opening ASCII mode data connection for AmiTCP:bin/ls -lgA .
16:43:12 | <--- 226 Transfer complete.
[ Editiert durch freepointer 17.11.2015 - 16:52 ]