ftp
Remote file transfer over ftp://, ftpes, and ftps:// with the dual-pane studio.
ftp://user:password@host:21/var/wwwLegacy hosting still means FTP — shared cPanel boxes, old agency servers, and that one client who never enabled SFTP. Frontend dev Lee used FileZilla until passwords lived in Site Manager plain text and FTPS modes were guesswork every connect.
Lee saved ftp://legacy-client with ?secure=explicit for port 21 FTPES and ftps://archive:990 for implicit TLS. Dual-pane studio matches SFTP: local build left, remote /var/www right, queue for 200 assets, chmod from context menu. Plain FTP works when the host is air-gapped and ugly — but TLS modes are documented in the connect panel.
FTP is legacy; your workflow does not have to be.

Scheme: ftp://
Parameters
ftp://user:password@host:21/var/www
ftp://user:password@host:21/uploads?secure=true — Use ?secure=true or ?secure=explicit on port 21.
ftps://user:password@host:990/var/www — ftps:// uses implicit TLS — typically port 990.
Step 1
Lee drags dist/ to remote public_html, watches the queue, and chmods 755 on assets folder from the right-click menu. Same UX as sftp:// — muscle memory intact.
Remote path in the URL seeds the initial right pane directory.
ftp://user:pass@host:21/path with optional ?secure=true for FTPES. ftps:// for implicit TLS on port 990. Dual-pane file manager with transfer queue and permission edits.

Step 2
A host rejects implicit FTPS on 990 but accepts explicit on 21 — Lee toggles ?secure=explicit, reconnects green, and ships. No third-party wiki tab hunt.
Connect dialog documents explicit vs implicit with port hints.
FTPES via ?secure=true or ?secure=explicit on port 21. ftps:// scheme for implicit TLS typically on 990. Plain ftp:// when required for local dev only.

Next
Explore the full feature guide: FTP dual-pane feature