Just putting this here for feedback.
π Quick Links
- π Website & Downloads: devsftp.com
- π GitHub Repository: github.com/DevsFTP/DevsFTP
π¨ 1. Workspace Identity Accents
Stop wondering which environment you have open. Unlike legacy clients that use the same generic gray panels for every server, DevsFTP color-codes panels dynamically based on the active connection:
- π’ Development
- π‘ Staging
- π΄ Production
One visual cue prevents accidental edits on live production boxes.
π 2. PBKDF2 / AES-256 Local Vault (Zero Cloud Trust)
Legacy clients have a history of storing profile passwords in plaintext XML files on disk. DevsFTP encrypts all saved profiles and credentials locally using PBKDF2 key derivation (800,000 iterations) and AES-256-GCM encryption. Nothing touches the cloud.
π» 3. Embedded SSH Terminal
No need to launch a separate PuTTY or terminal window. DevsFTP includes a built-in terminal that connects and signs into your remote server using your active profile credentials with a single click.
βοΈ 4. Live "Save-to-Upload" Watcher
Keep using your favorite local editor (VS Code, Sublime, Cursor, etc.). DevsFTP watches file changes in your local workspace and immediately syncs them back to the remote server the moment you press Ctrl+S / Cmd+S.
π 5. Built-in SSH Tunnel Port Forwarding
Establish secure routing paths on the fly. Set up Local, Remote, and Dynamic (SOCKS5 proxy) port forwarding tunnels configured directly within your active SSH profiles.
β° 6. Sync Automation Scheduler
Automate recurring backup schedules, mirror directories, or trigger upload/download routines on application launch or fixed intervals.
π οΈ Tech Stack & Open Source
DevsFTP is fully open-source and built for performance and privacy across Windows and Linux.
Drop a comment below: What feature do you feel is missing most from modern SFTP tools?
Top comments (0)