This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

I need some help with moving a file from one bot to another

Old posts that have not been replied to for several years.
Locked
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

I need some help with moving a file from one bot to another

Post by jammer1 »

I'm really a newbie at tcl, can someone tell me how i can move a file from one bot to another , or tell me where I can find a script that does that? :)
K
KM

Post by KM »

The easyest way would be to use DCC...
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Post by jammer1 »

KM wrote:The easyest way would be to use DCC...
Ok, but how do I do that. bots are on a different shell.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Some questions and suggestions:

1. Are the bots on a botnet together? Send it with putbot (hardest)
2. Are the bots on the same irc network? Send it with dcc (easiest)
3. Do the bots have a web server available? Put the file on the web server and have the other bot download it (easy)
4. Is ftp available? Same as above (but harder)

In other words, you left out a lot of really basic information in your post.

If you have a question like "how do I send a file with dcc" then try reading tcl-commands.doc (it comes with eggdrop). It contains descriptions of all the script functions eggdrop provides... including how to send files with dcc.

As for scripts that already do it, look through the tcl archive on this website. There are lots of examples of #3 (using http to transfer the file), and probably some examples of other ones (try an fserve script for how to use dcc).
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Post by jammer1 »

what I'm trying to do is get bot1 to send the file to bot2 which both bots are on the same network, but are on different shells. I really don't want to have to move the file manually, or ftp to it. I should be able to just get bot1 to send the file to bot2. yes they are on a network, but I don't want to even go near that one. but they are linked thru the network.
Locked