Python FtpLib

ftplib is a client module for FTP servers.


Usage

All_Errors

A tuple of the following exceptions.


Error_Reply

Raised when an unexpected reply is received.


Error_Temp

Raised when a temporary error (400-499) is received.


Error_Perm

Raised when a permanent error (500-599) is received.


Error_Proto

Raised when an improperly-formatted reply is received.


Ftp

Abort


Close


Connect


Cwd


Delete


Dir


GetWelcome


Login


Mkd


Mlsd


Nlst


NTransferCmd


Pwd


Quit


Rename


RetrBinary


RetrLines


Rmd


SendCmd


Set_DebugLevel


Set_Pasv


Size


StorBinary


StorLines


TransferCmd


VoidCmd


Ftp_Tls

Auth


Ccc


Prot_P


Prot_C


Ssl_Version


See also

Python ftplib module documentation


CategoryRicottone