1
0
Derivar 0

enable scripts for ftp and telnet

Este cometimento está contido em:
Albert S. 2013-06-30 12:14:37 +02:00
ascendente 6cab4e5e34
cometimento eec4c8bf34
2 ficheiros modificados com 5 adições e 0 eliminações

2
rescueOS/enableftp.sh Ficheiro executável
Ver ficheiro

@ -0,0 +1,2 @@
#!/bin/sh
tcpsvd -v 0.0.0.0 21 ftpd -w &

3
rescueOS/enabletelnet.sh Ficheiro executável
Ver ficheiro

@ -0,0 +1,3 @@
#!/bin/sh
#uhh..
telnetd &