<?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: Laura-ann Burgess</title>
    <description>The latest articles on DEV Community by Laura-ann Burgess (@lauraann_burgesss).</description>
    <link>https://dev.to/lauraann_burgesss</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3396956%2F5a5d55f0-eed7-4d94-875f-414bd3a8c2fd.png</url>
      <title>DEV Community: Laura-ann Burgess</title>
      <link>https://dev.to/lauraann_burgesss</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lauraann_burgesss"/>
    <language>en</language>
    <item>
      <title>New SFTP vs FTPS benchmarks: well, I didn’t expect that</title>
      <dc:creator>Laura-ann Burgess</dc:creator>
      <pubDate>Thu, 21 Aug 2025 12:54:24 +0000</pubDate>
      <link>https://dev.to/lauraann_burgesss/new-sftp-vs-ftps-benchmarks-well-i-didnt-expect-that-4od6</link>
      <guid>https://dev.to/lauraann_burgesss/new-sftp-vs-ftps-benchmarks-well-i-didnt-expect-that-4od6</guid>
      <description>&lt;p&gt;I’ve always heard people say &lt;em&gt;FTPS is faster than SFTP&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;Turns out, that’s not really the whole story. &lt;/p&gt;

&lt;p&gt;When I first read this new benchmark, it flipped a few assumptions on their head: &lt;a href="https://sftptogo.com/blog/sftp-vs-ftps-benchmarks/" rel="noopener noreferrer"&gt;SFTP vs. FTPS benchmarks: file transfer speed comparison 2025&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What made it interesting wasn’t just the numbers, but how different things affected the outcome. For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;With lots of small files, SFTP actually handled the workload better.&lt;/li&gt;
&lt;li&gt;When it came to one big file, FTPS had the upper hand and sometimes by a wide margin.&lt;/li&gt;
&lt;li&gt;Switching the client from curl to LFTP totally changed the picture. SFTP suddenly looked way better, while FTPS lost some of its shine.&lt;/li&gt;
&lt;li&gt;Add in cross-region transfers with more latency, and the balance shifted again.&lt;/li&gt;
&lt;li&gt;So the whole “FTPS is faster” line doesn’t really hold up. It depends on the workload, the client (to a great extent), and even the distance.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I’d really like to see next are tests with parallel transfers, since most real-world setups don’t move files one at a time. Also curious how things would look with other clients or libraries, or at larger scales like 10GB batches.&lt;/p&gt;

&lt;p&gt;But that’s just me. I’d love to hear from others:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What use cases do you run into?&lt;/li&gt;
&lt;li&gt;Any nuances with certain scenarios or clients?&lt;/li&gt;
&lt;li&gt;Do you mostly deal with tons of small files, or big chunky ones?&lt;/li&gt;
&lt;li&gt;Have you run your own SFTP vs FTPS tests, and did you see similar results?&lt;/li&gt;
&lt;li&gt;Anything specific you’d want to see tested in future benchmarks?&lt;/li&gt;
&lt;li&gt;Other protocols you need to see up against SFTP/FTPS?
Thoughts? &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;LA.&lt;/p&gt;

</description>
      <category>sftp</category>
      <category>ftps</category>
      <category>benchmarks</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
