Bit-Torrent Client for Mac

Hey guys,

I was wondering which is the best bit-torrent client for Mac. I am running Leopard OS X v10.5.3

Regards

#502033

BitRocket

#502034

Transmission +1

I like BitRocket UI much better, but it lacks some advanced features like selective file downloading that Transmission has.

If BitRocket had those features and evolved as rapidly as Transmission, I'd definitely switch to BitRocket.

#502037

A very simple client: tomato torrent

#502041

i heard sumwhere that tomato was a good one.. but i am running transmission for now.. cannot download says.. "Error: Tracker returned a 4xx Message"

Is that transmission's problem or site where i downloaded the torrent from?

#502043

Sounds like a issue with the site/torrent.

#502047

Another +1 for transmission, not bloated, and powerful enough for most people's use.

Don't even look at Azureus or anything. Java = bleh.

#502055

Transmission.

Why can't you use Google?

#502056

I just like the UI of BitRocket more, because it's... erm... cleaner

#502059

I've used Transmission. Pretty cool. Try that one.

#502065

Deluge :) Using it on Linux, but works very efficiently on any OS (Cross Platform).

http://deluge-torrent.org/

#502066

Transmission ftw.

#502067

transmission is THE best. guarantee it

#502075

AGREEEED!.. Transmission FTW guys.. i have uTorrent on my windows machine and tranmission on MacOSX. Tranny gives me the full speed!!!!

#502083

I love Transmission but Xtorrent is cool because it will automatically move movies and music to the correct folders, that is nice. It also has a search feature, but i think its worth less. If you want simple go with Transmission.

#502098

Transmission is the best torrent app by far.

Here is a link to "nightly" development versions with much more features: http://transmission.xpjets.com/

#502330

People i get "Error: Tracker returned a 4xx Message" for all the torrents that i try to download.

What is the problem?

#502384

Currently struggling with the 4xx error myself. Below is 'investigation in progress', so YMMV.

The most hopeful techinical info I've found so far is here:

http://trac.transmissionbt.com/browser/tru...cker.c?rev=5859

else if( 400<=responseCode && responseCode<=499 )

{

/* The request could not be understood by the server due to

* malformed syntax. The client SHOULD NOT repeat the

* request without modifications. */

publishErrorMessageAndStop( t, _( "Tracker returned a 4xx message" ) );

t->manualAnnounceAllowedAt = ~(time_t)0;

t->reannounceAt = 0;

}

snippet>

This error has occured in my Transmission when:

a) I've changed IP address (I've been assigned a new IP by my ISP while Transmission is running)

B) the torrent site has gone offline for a while then come back online.

The above code snippet suggests that the error response (in range 400-499) from the tracker indicates that Transmission should NOT retry, whereas the people running the torrent site say it SHOULD be retried.

However, it seems that Transmission won't allow manual announce once this error has occured.

The way round it for me in the past is to quit and restart Transmission, which clears the error but fails to register the most recent transfer with the tracker.

In short it seems like one of those errors that the tracker site say is a bug in the client, but the Transmission team believe they are following protocol in not allowing manual announce once it has occured. It may be down to poor choice of error codes by the tracker site, or that Transmission is too strict in interpreting the protocol as other clients such as uTorrent do appear to retry after the same error code (in the 400-499 range).

If/when anyone gets further info on this, I'd be grateful if you could pass it on.

#503922

Another vote for Transmission here.

BitRocket isn't bad, but it's development hasn't been going anywhere lately, where Transmission is constantly being updated.

#503940

uTorrent for Mac, if anyone is interested.

Read

#511507