mIRC Home    About    Download    Register    News    Help

Print Thread
#175258 19/04/07 09:01 PM
Joined: Apr 2007
Posts: 3
M
Mhyst Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Apr 2007
Posts: 3
Hello, I've developed a standalone bot in java. The bot itself doesn't require mIrc, but I plan to communicate with the bot via mIrc. I want the bot to send me files by DCC SEND. After some time trying, I realized that mIrc doesn't follow the standard DCC protocol.

Can someone tell me how exactly behaves the mIrc as DCC Send client?

Thanks

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
It's all in the help file.

/help dcc server protocol


Invision Support
#Invision on irc.irchighway.net
Joined: Apr 2007
Posts: 3
M
Mhyst Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Apr 2007
Posts: 3
My bot is the server, I need to know about the client. It's having weird behavior.

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
that help page also has client protocol


If it ain't broken, don't fix it!
Joined: Apr 2007
Posts: 3
M
Mhyst Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Apr 2007
Posts: 3
I've already fixed it.

The problem was the server. It closed the socket before accepting the last ACK packet.

Anyway, the infor I need isn't in the help file. Also, the rfc 1459 is vague. No info about dcc resume details wich I'd need for transmiting long files.

Thanks for your attention.


Link Copied to Clipboard