- ftp
Create an FTP object to connect to a remote FTP server.
- ascii
Sets FTP connection to use ascii mode of transfer.
- binary
Sets FTP connection to use binary mode of transfer.
- cd
Change or get the current directory on the remote server over FTP connection.
- close
Close the FTP connection to the server.
- delete
Deletes a file over an FTP connection.
- dir
List the current directory or given directory of an FTP server.
- mget
Download file(s) over FTP connection in the current working directory.
- mkdir
Create a new directory in a server over FTP connection.
- mput
Upload files to an FTP server.
- rename
Rename a file or directory on an FTP server.
- rmdir
Delete a directory of an FTP server.