I used to use the built in fserve script from upp for my fileserver.
But now I have an eggdrop bot, and want to use a fileserver for eggdrop. So far i have found 1 script that does what I need. That's Hawks modification to jIRCoff's fserve script. One thing that bugs me though, is the fact that you have to type: get "the name of the file which you want to download" That's really annoying when the files have long or weird names.
In the upp fileserver though, when you do a listing of the dir, you get something like this
1D: dir1
2D: dir2
1F: file1
2F file2
etc
That way you just type 1f to download file1 and 1D to change to dir2. I've been looking at the code, but I'm not to familliar with the tcl language.
So i was wondering if someone could give me some pointers on how to do this. So basically that you get two triggers to download a file, or change to a directory.
Any help is greatly appreciated
