Note that there are some explanatory texts on larger screens.

plurals
  1. PODownloading files using DCC
    primarykey
    data
    text
    <p>I found <a href="http://sourceforge.net/projects/moepii/" rel="nofollow">a very nice library written in Java</a> to create the an IRC client in Java but I can't find any information regarding the DCC download option. </p> <p>I'm looking for anybody that can link me article/tips/source code on how to handle this. </p> <p><a href="http://en.wikipedia.org/wiki/Direct_Client-to-Client" rel="nofollow">Definition found on Wikipedia</a>: DCC connections can be initiated in two different ways:</p> <ol> <li>The most common way is to use CTCP to initiate a DCC session. The CTCP is sent from one user, over the IRC network, to another user.</li> <li>Another way to initiate a DCC session is for the client to connect directly to the DCC server. Using this method, no traffic will go across the IRC network (the parties involved do not need to be connected to an IRC network in order to initiate the DCC connection).</li> </ol> <p>Another nice page to <a href="http://www.kvirc.de/docu/doc_dcc_connection.html" rel="nofollow">explain DCC protocol</a>: DCC Transfer ..."The DCC transfer part is different for every DCC subprotocol, but it always happens over a direct client to client TCP connection."...</p> <p>Got part of an answer: The <a href="http://www.jibble.org/javadocs/pircbot/index.html" rel="nofollow">pircBot</a> is using this kind of functionality Build-in functionnality written in JAVA to get file send over DCC.</p> <ul> <li><p>In the JavaDoc 'receive'</p> <p>public void receive(File file, boolean resume)</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload