<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Using Notepad++ on hosting]]></title><description><![CDATA[<p dir="auto">Hello everyone! Does anybody know how to use notepad++ on hosting using the ssh protocol, in order to edit all files on the server at once without downloading them to computer?<br />
thank you very much!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24912/using-notepad-on-hosting</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 14:17:33 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24912.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Sep 2023 17:33:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using Notepad++ on hosting on Mon, 11 Sep 2023 17:40:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D1%81%D0%B0%D1%8F%D0%B4-%D0%BC%D0%B0%D1%85%D0%BC%D1%83%D0%B4%D0%BE%D0%B2" aria-label="Profile: Саяд-Махмудов">@<bdi>Саяд-Махмудов</bdi></a> said in <a href="/post/89210">Using Notepad++ on hosting</a>:</p>
<blockquote>
<p dir="auto">Hello everyone! Does anybody know how to use notepad++ on hosting using the ssh protocol,</p>
</blockquote>
<p dir="auto">The plugin NppFTP has the ability to make FTP or FTPS or SFTP (the last of which uses the SSH protocol for doing file transfers), to allow you to edit remote files in Notepad++.</p>
<blockquote>
<p dir="auto">in order to edit all files on the server at once without downloading them to computer?</p>
</blockquote>
<p dir="auto">Technically, that won’t happen; in order to be able to use an app on your local machine (ie, Notepad++) to edit a file on a remote machine (at the other end of the SSH/SFTP link), the bytes for the file <em>must</em> come over the network to be at least temporarily on your local machine; the NppFTP plugin will keep a local cache of the remote files, which is technically what is being edited, but every time you save in Notepad++, the NppFTP plugin sends the data back to the remote machine, via SFTP.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89211</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89211</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 11 Sep 2023 17:40:56 GMT</pubDate></item></channel></rss>