Anyone know which TCP port is used in download sites?
Rapidshare for example?
Name:
Anonymous2006-01-29 23:00 (sage)
On which end, yours or theirs? On your end it will the first open port that your IP stack can find, on their end 99.999% of the time it will be port 80 unless you need a different port to connect to the site in the first place
use netstat -a and search for the connection while it's in the middle of downloading.