What confuses me is that setting Passive and using pasv() result in different commands beeing sent. When using pasv(), the PORT command is still beeing sent:
debug using Passive=>1:
Net::FTP=GLOB(0x829328c)<<< 230 Logged in anonymously.
Net::FTP=GLOB(0x829328c)>>> CWD /z2/privacy/crypto/etext^M
Net::FTP=GLOB(0x829328c)<<< 250 "/z2/privacy/crypto/etext" is new cwd.
Net::FTP=GLOB(0x829328c)>>> PASV^M
Net::FTP=GLOB(0x829328c)<<< 227 Entering Passive Mode (192,35,244,50,2
+32,18)
Net::FTP=GLOB(0x829328c)>>> RETR ug.ps.gz^M
Net::FTP=GLOB(0x829328c)<<< 150 Data connection accepted from 62.116.6
+2.82:44135; transfer starting for ug.ps.gz (73235 bytes).
Net::FTP=GLOB(0x829328c)<<< 226 Transfer completed.
Debug using pasv():
Net::FTP=GLOB(0x8293280)<<< 230 Logged in anonymously.
Net::FTP=GLOB(0x8293280)>>> PASV^M
Net::FTP=GLOB(0x8293280)<<< 227 Entering Passive Mode (192,35,244,50,2
+32,0)
Net::FTP=GLOB(0x8293280)>>> CWD /z2/privacy/crypto/etext^M
Net::FTP=GLOB(0x8293280)<<< 250 "/z2/privacy/crypto/etext" is new cwd.
Net::FTP=GLOB(0x8293280)>>> PORT 62,116,62,82,172,96^M
Net::FTP=GLOB(0x8293280)<<< 200 PORT command successful.
Net::FTP=GLOB(0x8293280)>>> RETR ug.ps.gz^M
Net::FTP=GLOB(0x8293280)<<< 150 Opening ASCII mode data connection for
+ ug.ps.gz (73235 bytes).
Net::FTP=GLOB(0x8293280)<<< 226 Transfer completed.
---- amphiplex
Edit by tye to change PRE tags to CODE tags
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|