When I entered passive mode in FTP, I have got:
227 Entering Passive Mode (213,180,204,183,230,205).
First 4 numbers are the IP addresses, but what are the two last?
Are they two ports?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the last two are: p1 and p2 from RFC of ftp:
http://www.faqs.org/rfcs/rfc959.html
to get port, use:
p1 * 256 + p2, then connect to this port