FTP

Category: FileSys Status: base

Connects to an FTP server for browsing and transferring files over the File Transfer Protocol.

Connection Settings

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

Authentication

Username and password credentials. Use anonymous login (user: anonymous) for public FTP servers.

Supported Actions

Required Setup

Requires the aioftp Python package:

pip install aioftp

External Links