Thread: FXPing
View Single Post
Old 06-11-2004, 06:53 PM  
MxxCon
Super Duper
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

on one server you'll have to do PASV command, the server will reply with ip and port on which it will expect a connection.
on the other server you'll have to do PORT command with ip and port that the 1st server told you

regarding getting the actual port number

PORT 192,168,150,80,14,178
to find the actual port multiply the fifth octet by 256 and then add the sixth octet to the total. thus in the example above the port number is
(14*256) + 178, which comes out to 3762.
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
MxxCon is offline