<?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[FTP Plugin is Worthless]]></title><description><![CDATA[<p dir="auto">Regarding the NPP Ftp Plugin:<br />
I <em>really</em> wish those guys had done a better job.<br />
This FTP plugin is a big disappointment.<br />
I can’t use it. I use WS-FTP which also could be better.</p>
<p dir="auto">Just like Dreamweaver can do:<br />
I need to be able to select specific file<strong>S</strong> in my LOCAL website folder<strong>S</strong> using a client side ‘tree’ and upload them to the <strong>matching</strong> folders on the server<br />
I don’t use DreamWeaver because it loves to crash.</p>
<p dir="auto">Conversely I need to be able to download multiple file<strong>S</strong> from multiple website folder<strong>S</strong> on the server to<br />
<strong>MATCHING</strong> folders in my local website folder.</p>
<p dir="auto">Notepad++ is my go to for any web development.<br />
It would be SO much better if it had a good FTP plug-in which it does not.</p>
<p dir="auto">I’m quite sure that writing this was a waste of time.<br />
Sorry for being so negative.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26224/ftp-plugin-is-worthless</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 16:01:17 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26224.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Oct 2024 15:17:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FTP Plugin is Worthless on Wed, 23 Oct 2024 16:43:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristy-atkins" aria-label="Profile: Kristy-Atkins">@<bdi>Kristy-Atkins</bdi></a> said in <a href="/post/97263">FTP Plugin is Worthless</a>:</p>
<blockquote>
<p dir="auto">I need to be able to download multiple fileS from multiple website folderS on the server to<br />
MATCHING folders in my local website folder.</p>
</blockquote>
<p dir="auto">I had forgotten, because I’ve never used that feature, but <a href="https://ashkulz.github.io/NppFTP/#cache-paths" rel="nofollow ugc">NppFTP has “Cache Paths” ability</a>, which allows you to map specific local paths for specific remote paths.</p>
<p dir="auto">Go to your Profile Settings in NppFTP, and pick the profile for your host.  Go to the <strong>Cache</strong> tab.  put in the <strong>Local Path</strong> and <strong>External Path</strong> for the first pair, <strong>Add New</strong>; then repeat for additional folders.  So, it already has that particular feature you requested, and your ire was misplaced on that one.</p>
<blockquote>
<p dir="auto">I also need the FTP manager to be able to sort</p>
</blockquote>
<p dir="auto">Sorting would be nice, and was <a href="https://github.com/ashkulz/NppFTP/issues/46" rel="nofollow ugc">asked for</a> some time back… but apparently, someone who has a full-time job outside of NppFTP development, who is 100% volunteer, just hasn’t found the right Round Tuit™ to implement sorting.  Since you imply that you have enough skills to write a full plugin, maybe you could put your effort into making the existing plugin better, and develop a PR that would implement sorting of the remote files list.</p>
<p dir="auto"><em>update</em>:</p>
<blockquote>
<p dir="auto">I need to be able to select specific fileS in my LOCAL website folderS using a client side ‘tree’ and upload them to the matching folders on the server</p>
</blockquote>
<p dir="auto">Use the Folder as Workspace or similar feature in Notepad++, and open the file(s) that you care about.  Then, as long as the Cache Paths have been set up correctly and NppFTP is running, whenever you save the file in Notepad++, it will upload to the appropriate server location.  But NppFTP isn’t meant as a full-featured FTP tool – it’s focused on the files you are editing in Notepad++, so if you want to easily upload a file that’s not open in Notepad++, you can either open it in Notepad++ and save it to trigger, or you could use a standalone FTP client for any files that you don’t want to open in Notepad++ (including non-text files, like images).  And I second <a class="plugin-mentions-user plugin-mentions-a" href="/user/jim-dailey" aria-label="Profile: Jim-Dailey">@<bdi>Jim-Dailey</bdi></a>’s suggestion of WinSCP, as that’s a good tool, and includes features for keeping remote-and-local in sync, which it sounds like what you want to do.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97273</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97273</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 23 Oct 2024 16:43:10 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Plugin is Worthless on Wed, 23 Oct 2024 16:05:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristy-atkins" aria-label="Profile: Kristy-Atkins">@<bdi>Kristy-Atkins</bdi></a> said in <a href="/post/97263">FTP Plugin is Worthless</a>:</p>
<blockquote>
<p dir="auto">I need to be able to select specific fileS in my LOCAL website folderS using a client side ‘tree’ and upload them to the matching folders on the server</p>
</blockquote>
<p dir="auto">And NppFTP plugin had a different design philosophy, wherein the “canonical” version of the file is on the remote server, and where NppFTP happens to store its temporary copies is irrelevant to the user – because the user only cares about where the remote version is.</p>
<blockquote>
<p dir="auto">Worthless…<br />
I wonder what it would take to write a solid FTP plugin for NotePad++.</p>
</blockquote>
<p dir="auto">The NppFTP developer had a different philosophy and a different design goal than you did.  That doesn’t make it “worthless” or “not solid”.  If you don’t like their design choices, that’s fine.  But using such rude and dismissive language makes you look rather mean-spirited to people reading your comments.</p>
<blockquote>
<p dir="auto">I’ll look into it later when I’ve got more time.</p>
</blockquote>
<p dir="auto">I wish you luck in doing a better job of meeting <em>your</em> needs.  However, understand that if you make it public, there will be users who disagree with your design choices, or have different needs than you, and they may start denigrating all the work you put into it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97272</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97272</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 23 Oct 2024 16:05:08 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Plugin is Worthless on Wed, 23 Oct 2024 15:50:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jim-dailey" aria-label="Profile: Jim-Dailey">@<bdi>Jim-Dailey</bdi></a> said in <a href="/post/97267">FTP Plugin is Worthless</a>:</p>
<blockquote>
<p dir="auto">WinSCP</p>
</blockquote>
<p dir="auto">Thanks. I glanced at it. I’ll look into it later when I’ve got more time.</p>
<p dir="auto">I wonder what it would take to write a solid FTP plugin for NotePad++.<br />
I don’t have time but maybe in the future.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97268</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97268</guid><dc:creator><![CDATA[Kristy Atkins]]></dc:creator><pubDate>Wed, 23 Oct 2024 15:50:29 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Plugin is Worthless on Wed, 23 Oct 2024 15:35:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristy-atkins" aria-label="Profile: Kristy-Atkins">@<bdi>Kristy-Atkins</bdi></a> I don’t know if the <strong>WinSCP</strong> program will meet your needs, but I used it in the manner you indicated to manage files between a PC and a Linux server. That is, move files and folders between the two. I even set it up so that I could edit files residing on the Linux server via the PC using Notepad++.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97267</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97267</guid><dc:creator><![CDATA[Jim Dailey]]></dc:creator><pubDate>Wed, 23 Oct 2024 15:35:58 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Plugin is Worthless on Wed, 23 Oct 2024 15:27:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a>:</p>
<p dir="auto">I can make it connect and upload and download but not like I need it to.<br />
It’s bad enough that I don’t use it. It downloaded a file from the Database folder directly into my root folder - NOT good.</p>
<p dir="auto">I’ll bite.<br />
Do you have a solution?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97266</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97266</guid><dc:creator><![CDATA[Kristy Atkins]]></dc:creator><pubDate>Wed, 23 Oct 2024 15:27:35 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Plugin is Worthless on Wed, 23 Oct 2024 15:25:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristy-atkins" aria-label="Profile: Kristy-Atkins">@<bdi>Kristy-Atkins</bdi></a><br />
I couldn’t edit that post here :-(</p>
<p dir="auto">I also need the FTP manager to be able to sort in both local and server trees by FileName or Last Modified (Important).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97265</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97265</guid><dc:creator><![CDATA[Kristy Atkins]]></dc:creator><pubDate>Wed, 23 Oct 2024 15:25:26 GMT</pubDate></item><item><title><![CDATA[Reply to FTP Plugin is Worthless on Wed, 23 Oct 2024 15:22:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristy-atkins" aria-label="Profile: Kristy-Atkins">@<bdi>Kristy-Atkins</bdi></a></p>
<blockquote>
<p dir="auto">FTP Plugin is Worthless</p>
</blockquote>
<p dir="auto">I think many people are using it successfully.<br />
Have you stopped and thought that the problem may lie with <em>you</em> ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97264</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97264</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 23 Oct 2024 15:22:09 GMT</pubDate></item></channel></rss>