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 giampaolo.rodola
Recipients giampaolo.rodola, spiv, wayland
Date 2008-02-08.14:53:44
SpamBayes Score 0.46360338
Marked as misclassified No
Message-id <1202482426.11.0.857521393015.issue1037516@psf.upfronthosting.co.za>
In-reply-to
Content
> If ftplib gets an error while doing the PASV
> section of the ntransfercmd it dies.

Which kind of error? What do you mean by "dies"?
If the server returns an error response while ftplib is attempting to
open a passive data channel it is expected that an exception is raised.
History
Date User Action Args
2008-02-08 14:53:46giampaolo.rodolasetspambayes_score: 0.463603 -> 0.46360338
recipients: + giampaolo.rodola, spiv, wayland
2008-02-08 14:53:46giampaolo.rodolasetspambayes_score: 0.463603 -> 0.463603
messageid: <1202482426.11.0.857521393015.issue1037516@psf.upfronthosting.co.za>
2008-02-08 14:53:45giampaolo.rodolalinkissue1037516 messages
2008-02-08 14:53:44giampaolo.rodolacreate