I would know if it's possible to implented some FTP functions in TCL.
What do I need ? Are there any EXAMPLE scripts out (except sendftp). I wanted to do a script which connects to a special ftp server - puts a raw command like: site help - grabs the output into a special variable and disconnects then. Is there any way to do this? Can anyone post me an example script for this? Would be great.
Thanks.
it would require abit more than just an example...
I started making an ftp-client in tcl, it has nothing to do with eggdrop, but it might give you an idea of how to do it.. let me know if you want the code