File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1228,13 +1228,18 @@ API changes
12281228ftplib
12291229------
12301230
1231- The :class: `~ftplib.FTP_TLS ` class now provides a new
1232- :func: `~ftplib.FTP_TLS.ccc ` function to revert control channel back to
1233- plaintext. This can be useful to take advantage of firewalls that know how to
1234- handle NAT with non-secure FTP without opening fixed ports.
1231+ * The :class: `~ftplib.FTP_TLS ` class now provides a new
1232+ :func: `~ftplib.FTP_TLS.ccc ` function to revert control channel back to
1233+ plaintext. This can be useful to take advantage of firewalls that know how to
1234+ handle NAT with non-secure FTP without opening fixed ports.
12351235
1236- (Contributed by Giampaolo Rodolà in :issue: `12139 `)
1236+ (Contributed by Giampaolo Rodolà in :issue: `12139 `)
12371237
1238+ * Added :meth: `ftplib.FTP.mlsd ` method which provides a parsable directory
1239+ listing format and deprecates :meth: `ftplib.FTP.nlst ` and
1240+ :meth: `ftplib.FTP.dir `.
1241+
1242+ (Contributed by Giampaolo Rodolà in :issue: `11072 `)
12381243
12391244gc
12401245--
You can’t perform that action at this time.
0 commit comments