File Transfer
An SFTP browser with an editor, sharing the SSH connection list.
Pull the running-config off, push the firmware on, fix one line in a file.
CySecTek

SFTP runs over SSH, so the saved connections are the same ones, with the same password or private key authentication. A profile can carry a remote path so a device you use often opens in the right directory.
Files can be edited in place rather than downloaded, changed and uploaded again. Symlinks are resolved so a listing shows what a link points at instead of a dead entry.
What you walk away with
- Configuration and firmware moved without a second application
- A remote file edited in place
- The same credentials and key handling as the terminal
Where it stops
Stated here rather than discovered on site.
- SFTP only. No FTP, no FTPS, no SCP.
- No directory synchronising, no transfer queue, no command-line scripting.
- A browser for getting at a file, not a two-pane file manager.