<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DevsFTP</title>
    <description>The latest articles on DEV Community by DevsFTP (@devsftp).</description>
    <link>https://dev.to/devsftp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4087565%2Ff9b6e870-fe38-4ce0-b2ae-10f1773ff93b.png</url>
      <title>DEV Community: DevsFTP</title>
      <link>https://dev.to/devsftp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devsftp"/>
    <language>en</language>
    <item>
      <title>Show Dev: DevsFTP — An open-source, S/FTP client with dynamic HSL themes, embedded SSH terminals, and AES-256 local vaults.</title>
      <dc:creator>DevsFTP</dc:creator>
      <pubDate>Fri, 21 Aug 2026 05:09:59 +0000</pubDate>
      <link>https://dev.to/devsftp/show-dev-why-i-built-devsftp-an-open-source-color-coded-sftp-client-with-dynamic-hsl-themes-e6n</link>
      <guid>https://dev.to/devsftp/show-dev-why-i-built-devsftp-an-open-source-color-coded-sftp-client-with-dynamic-hsl-themes-e6n</guid>
      <description>&lt;p&gt;&lt;strong&gt;DevsFTP&lt;/strong&gt; is an open-source, local-first FTP &amp;amp; SFTP desktop client for Windows and Linux. It was built to solve common frustrations with legacy clients (like FileZilla and WinSCP) by integrating modern styling, built-in shell access, and robust local-only credential encryption.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://devsftp.com/" rel="noopener noreferrer"&gt;devsftp.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  * &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/DevsFTP/DevsFTP" rel="noopener noreferrer"&gt;github.com/DevsFTP/DevsFTP&lt;/a&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Why DevsFTP?
&lt;/h3&gt;

&lt;p&gt;Compared to legacy clients, DevsFTP integrates developer-centric workflows directly into the interface:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;🎨 Contextual HSL Accents:&lt;/strong&gt; Recalculates HSL values dynamically based on the active profile's settings. Accent borders, terminal text, and selection outlines change color in real-time depending on whether you are connected to development, staging, or production.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;💻 Side-by-Side SSH Shell:&lt;/strong&gt; Spawns an interactive &lt;code&gt;xterm.js&lt;/code&gt; terminal window next to the file explorer. Uses a parallel SSH channel over the same connection socket so you don't need to bounce to a separate client.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🔒 AES-256-GCM Vault:&lt;/strong&gt; Stores profiles and credentials locally in an encrypted JSON format. Derived using 100,000 iterations of PBKDF2 with SHA-256. Zero telemetry, zero cloud dependencies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;✏️ Auto-Upload Watcher:&lt;/strong&gt; Monitors local folders via &lt;code&gt;chokidar&lt;/code&gt;. Saves made in external IDEs (VS Code, Vim, PHPStorm, etc.) are detected and synced back to the remote server automatically.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🔌 SSH Port Forwarding:&lt;/strong&gt; Builds Local, Remote, and Dynamic (SOCKS5 proxy) tunnels directly into connection profiles.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  6. &lt;strong&gt;🐧 Signed OS Packages:&lt;/strong&gt; Executables are fully packaged and signed (NSIS Setup and Portable for Windows; native GPG-signed &lt;code&gt;.deb&lt;/code&gt; and &lt;code&gt;AppImage&lt;/code&gt; for Linux).
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core Engine:&lt;/strong&gt; Electron / Node.js&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SSH/SFTP:&lt;/strong&gt; &lt;code&gt;ssh2&lt;/code&gt; and &lt;code&gt;ssh2-streams&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shell Emulation:&lt;/strong&gt; &lt;code&gt;xterm&lt;/code&gt; / &lt;code&gt;node-pty&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File System Watching:&lt;/strong&gt; &lt;code&gt;chokidar&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  * &lt;strong&gt;UI:&lt;/strong&gt; Vanilla CSS custom properties &amp;amp; ES6 Javascript
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Feedback &amp;amp; Contributions
&lt;/h3&gt;

&lt;p&gt;The project is fully open-source (G GPL-3.0-or-later) and free for personal and commercial use. &lt;br&gt;
If you want to check it out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What features are missing from your daily SFTP/FTP workflows?&lt;/li&gt;
&lt;li&gt;Do you prefer embedded terminal shells, or do you always default to external terminal clients?
Feedback, issues, and pull requests are welcome on &lt;a href="https://github.com/DevsFTP/DevsFTP" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;!
12:14 AM&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>showdev</category>
      <category>opensource</category>
      <category>webdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
