enable scripts for ftp and telnet

This commit is contained in:
Albert S. 2013-06-30 12:14:37 +02:00
parent 6cab4e5e34
commit eec4c8bf34
2 changed files with 5 additions and 0 deletions

2
rescueOS/enableftp.sh Executable file
View File

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

3
rescueOS/enabletelnet.sh Executable file
View File

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