PDA

View Full Version : TCL - Telnet


darkone
12-21-2002, 11:51 AM
Ok, I made this small script for you to show how-to connect ie. eggdrop to ioFTPD using telnet port... feel free to use it as part of your public/private scripts.

darkone
12-21-2002, 12:04 PM
You could improve performance on script changing last part of switch to:

2 {
# Get line
#

while { [set buffer [gets $sock]] != "" } {
# New line recieved
#

putlog $buffer
}
}

darkone
12-22-2002, 09:59 AM
Ok, here's a fully functional script for you.. It allows you to perform telnet commands from party line (Syntax: ".ioftpd <command>") Have fun :)

Mouton
02-24-2004, 06:42 PM
*bump*

Anyone would need this and would care to try it ?
Found it in the archives.

a1ex
03-01-2004, 10:16 AM
it doesnt work here, site is only getting very slow when other users want to login on ftp and if i do .ioftpd it says nothing, even when i do .ioftpd adduser test test *@*

when i check with iogui2 , the latest command the bot uses is PWD.

And i dont see any messages like telnet loaded when i rehash the bot.

Mouton
03-01-2004, 12:16 PM
I 'hacked' dark's tcl... Now kinda working... Though telnet commands are diff. from ftp commands... so some users might be confused...
I'll post in /scripts later today.

deluxe
04-14-2004, 12:55 PM
i could use a thing like that! :) go ahead guys

Ofloo
05-03-2004, 01:39 AM
hmm don't wana be a pain but isn't it beter to use a async sock so it doesn't block the bot incase it is having a hard time reaching it ?? just wondering ..

Mouton
05-28-2004, 05:09 PM
half work I'd say...
I'm not using it... I'm not supporting it.

from bot dcc:
.ioftpd free = .free on telnet...
.ioftpd adduser ... will adduser...
and so on.