ftplib — FTP protocol client — Python 3.16.0a0 documentation

docs.python.org

Tin mới

http.client — HTTP protocol client

poplib — POP3 protocol client

Python Module Index

3.16.0a0 Documentation

The Python Standard Library

Internet Protocols and Support

urllib.request: Extensible library for opening URLs.

This module defines the class FTP and a few related items. The FTP class implements the client side of the FTP protocol. You can use this to write Python programs that perform a variety of automated FTP jobs, such as mir

WebAssembly platforms

This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information.

io.IOBase.readline

Store a file in line mode. cmd should be an appropriate STOR command (see storbinary()). Lines are read until EOF from the file object fp (opened in binary mode) using its readline() method to provide the data to be stor

Security considerations

context (ssl.SSLContext) – An SSL context object which allows bundling SSL configuration options, certificates and private keys into a single, potentially long-lived, structure. Please read Security considerations for be

netrc: Loading of .netrc files.

Parser for the .netrc file format. The file .netrc is typically used by FTP clients to load user authentication information before prompting the user.