SSH SFTP Bridge
Every SSH host doubles as an SFTP host. Browse, edit, upload, and download remote files without leaving the terminal session.
From terminal to SFTP in one click
While connected over SSH, click the Files tab inside the terminal pane to open an SFTP browser using the same auth. No second login.
Capabilities
- Drag & drop upload from your OS.
- Edit remote files locally with auto-sync (changes saved on Cmd+S push back instantly).
- Permissions editor (chmod) and ownership (chown) where supported.
- Server-to-server transfer between SSH/SFTP hosts.
Agent integration
The SSH Agent and FTP Agent can both target SFTP — “upload ./dist to /var/www/app and reload nginx” works as one chain.