File upload/download

Technical discussion about the NMDC and <a href="http://dcpp.net/ADC.html">ADC</A> protocol. The NMDC protocol is documented in the <a href="http://dcpp.net/wiki/">Wiki</a>, so feel free to refer to it.

Moderator: Moderators

Locked
0D0A
Posts: 2
Joined: 2003-01-14 20:36
Location: Alabama

File upload/download

Post by 0D0A » 2003-01-15 16:32

How do file upoads and downloads work? I think I read somewhere that they are standard FTP transfers. Is this true? If not are they based on any other standard protocol? Is there any documentation anywhere (except the DC++ sources)?

Thanx,
0D 0A

ender
Posts: 224
Joined: 2003-01-03 17:47

Post by ender » 2003-01-15 18:13

No part of DC protocol is based on any other standard protocol (well, except TCP/UDP). The Client-client protocol was posted on these forums, search around a little.

eHast
Posts: 18
Joined: 2003-01-09 02:36
Location: Lund, Sweden

Post by eHast » 2003-01-15 18:14

It's not really an FTP file transfer, but it is rather simple.

You can find some documentation here http://sourceforge.net/docman/?group_id=36589 and there are other protocol descriptions available. (Unfortunately there were a lot of links in the old forum.)

Basically there is some file stuff first and then the file is transferred as simple byte blocks.

Locked