This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, pitrou
Date 2011-05-21.18:19:44
SpamBayes Score 0.012660826
Marked as misclassified No
Message-id <1306001985.39.0.488874687294.issue12139@psf.upfronthosting.co.za>
In-reply-to
Content
> This can be useful to take advantage of firewalls that know how to
> handle NAT with non-secure FTP without opening fixed ports.

Can you explain this a little more?

+            resp = self.voidcmd('CCC')
+            self.sock = self.sock.unwrap()
+            return resp

Should the response be checked before calling unwrap()?
History
Date User Action Args
2011-05-21 18:19:45pitrousetrecipients: + pitrou, giampaolo.rodola
2011-05-21 18:19:45pitrousetmessageid: <1306001985.39.0.488874687294.issue12139@psf.upfronthosting.co.za>
2011-05-21 18:19:44pitroulinkissue12139 messages
2011-05-21 18:19:44pitroucreate