enable scripts for ftp and telnet

このコミットが含まれているのは:
Albert S. 2013-06-30 12:14:37 +02:00
コミット eec4c8bf34
2個のファイルの変更5行の追加0行の削除

2
rescueOS/enableftp.sh 実行可能ファイル
ファイルの表示

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

3
rescueOS/enabletelnet.sh 実行可能ファイル
ファイルの表示

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