Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python
/
cpython
Public
Notifications
You must be signed in to change notification settings
Fork
31.7k
Star
66.6k
Code
Issues
5k+
Pull requests
1.8k
Actions
Projects
28
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
cpython
Lib
ftplib.py
on
v3.7.13
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 16, 2021
[3.7] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) (GH-24883)
Show description for 7937395
miss-islington
and
gpshead
authored
7937395
Copy full SHA for 7937395
Commits on Nov 1, 2018
[3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10280)
Show description for 5e0537c
serhiy-storchaka
and
scorphus
authored
5e0537c
Copy full SHA for 5e0537c
Commits on Sep 15, 2017
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Show description for a170fa1
tiran
authored
a170fa1
Copy full SHA for a170fa1
Commits on Jul 22, 2017
bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214)
corona10
authored and
giampaolo
committed
2b1e6e9
Copy full SHA for 2b1e6e9
Commits on Sep 10, 2016
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Show description for d048637
tiran
committed
d048637
Copy full SHA for d048637
Commits on Sep 8, 2016
#27364: fix "incorrect" uses of escape character in the stdlib.
Show description for 44b548d
bitdancer
committed
44b548d
Copy full SHA for 44b548d
Commits on Apr 24, 2016
Removed unused imports.
serhiy-storchaka
committed
ccd047e
Copy full SHA for ccd047e
Commits on Nov 14, 2015
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
vadmium
committed
19e69c5
Copy full SHA for 19e69c5
Commits on Nov 2, 2015
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
vadmium
committed
2eb819f
Copy full SHA for 2eb819f
Issue #25523: Correct "a" article to "an" article
Show description for 7462b64
vadmium
committed
7462b64
Copy full SHA for 7462b64
Commits on Apr 10, 2015
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 7e7a3db
serhiy-storchaka
committed
7e7a3db
Copy full SHA for 7e7a3db
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 2116b12
serhiy-storchaka
committed
2116b12
Copy full SHA for 2116b12
Commits on Dec 30, 2014
merge 3.4 (#23111)
benjaminp
committed
bfdec62
Copy full SHA for bfdec62
make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)
benjaminp
committed
36fe792
Copy full SHA for 36fe792
Commits on Nov 23, 2014
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Show description for 7243b57
benjaminp
committed
7243b57
Copy full SHA for 7243b57
merge 3.4 (#22921)
benjaminp
committed
f9284ae
Copy full SHA for f9284ae
Commits on Nov 1, 2014
Issue #6623: Remove deprecated Netrc class in the ftplib module.
Show description for 8f791d3
berkerpeksag
committed
8f791d3
Copy full SHA for 8f791d3
Commits on Mar 20, 2014
Issue #20978: pyflakes: fix undefined names
vstinner
committed
69b1e26
Copy full SHA for 69b1e26
Commits on Dec 2, 2013
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Show description for e5b5edf
tiran
committed
e5b5edf
Copy full SHA for e5b5edf
Commits on Nov 23, 2013
Issue #19735: Implement private function ssl._create_stdlib_context() to
Show description for 67986f9
tiran
committed
67986f9
Copy full SHA for 67986f9
Commits on Oct 20, 2013
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Show description for 2acc456
serhiy-storchaka
committed
2acc456
Copy full SHA for 2acc456
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Show description for c30b178
serhiy-storchaka
committed
c30b178
Copy full SHA for c30b178
Commits on Jul 4, 2013
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
brettcannon
committed
cd171c8
Copy full SHA for cd171c8
Commits on Jun 14, 2013
Issue #18200: Update the stdlib (except tests) to use
Show description for 0a14066
brettcannon
committed
0a14066
Copy full SHA for 0a14066
Commits on Apr 26, 2013
ftplib: update connect() docstring by mentioning 'timeout' argument
giampaolo
committed
11a9bd6
Copy full SHA for 11a9bd6
Commits on Mar 18, 2013
(issue 17452 / ftplib) fix TypeError occurring in case ssl module is not installed
giampaolo
committed
a77d7a5
Copy full SHA for a77d7a5
Commits on Mar 11, 2013
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
Show description for 16b5c13
terryjreedy
committed
16b5c13
Copy full SHA for 16b5c13
Merge 3.2, issue #17047: remove doubled words found in 2.7 to
Show description for 98472b8
terryjreedy
committed
98472b8
Copy full SHA for 98472b8
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Show description for c30b7b1
terryjreedy
committed
c30b7b1
Copy full SHA for c30b7b1
Commits on Mar 7, 2013
Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were duplicated in TLS_FTP class.
giampaolo
committed
3ff5e75
Copy full SHA for 3ff5e75
PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...)
giampaolo
committed
94c56a1
Copy full SHA for 94c56a1
Commits on Feb 19, 2013
#6623: Add explicit deprecation warning for ftplib.Netrc.
bitdancer
committed
87632f1
Copy full SHA for 87632f1
Commits on Dec 25, 2012
Replace IOError with OSError (#16715)
asvetlov
committed
f7a17b4
Copy full SHA for f7a17b4
Commits on Dec 18, 2012
Issue #16717: get rid of socket.error, replace with OSError
asvetlov
committed
0832af6
Copy full SHA for 0832af6
Commits on Dec 17, 2012
Issue 16646 (ftplib): deliberately use intermediate variable after catching exception
giampaolo
committed
b6375a2
Copy full SHA for b6375a2
Pagination
Previous
Next
You can’t perform that action at this time.