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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, giampaolo.rodola, peterpan
Date 2016-12-14.22:48:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481755702.77.0.791921505569.issue25458@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ftplib
<...>
>>> ftp.sendcmd('NOOP')
'226 Directory send OK.'

There are no changes in and `ntransfercmd' between 2.7 and default branches save for cosmetic ones.
History
Date User Action Args
2016-12-14 22:48:22Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, giampaolo.rodola, peterpan
2016-12-14 22:48:22Ivan.Pozdeevsetmessageid: <1481755702.77.0.791921505569.issue25458@psf.upfronthosting.co.za>
2016-12-14 22:48:22Ivan.Pozdeevlinkissue25458 messages
2016-12-14 22:48:22Ivan.Pozdeevcreate