Category: FileSys Status: base
Connects to an FTP server for browsing and transferring files over the File Transfer Protocol.
| Field | Default | Description |
|---|---|---|
| host | localhost | FTP server hostname or IP |
| port | 21 | FTP port |
| user | (empty) | FTP username |
| password | (empty) | FTP password |
| path | (empty) | Initial remote path to browse |
Username and password credentials. Use anonymous login (user: anonymous) for public FTP servers.
Requires the aioftp Python package:
pip install aioftp