mIRC Home    About    Download    Register    News    Help

Print Thread
#175258 19/04/07 09:01 PM
M
Mhyst
Mhyst
M
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,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
It's all in the help file.

/help dcc server protocol

M
Mhyst
Mhyst
M
My bot is the server, I need to know about the client. It's having weird behavior.

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

M
Mhyst
Mhyst
M
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