vote up 1 vote down star

Hi,

I use Notepad++ for more than 2 years now, and there's only 1 thing that it needs for me to be perfect: a actually-working-ftp-plugin.

It has an ftp plugin, written by someone that meanwhile left the project (by meanwhile I mean a long time ago), and since then nobody had courage to improve it. The problem is that it does't handle connections very well. Sometimes it lost connection with the server and literally "blocks", others don't save the files properly, other only load half of the ftp files, etc etc ..

My question is: Is there a way to use ftp and notepad++ (without using its build-in ftp or a ftp client like filezilla)?

I've tried using NetDrive, but it gets stuck sometimes (makes the editor crash), and everytime the temporary file is refreshed by windows / NetDrive, it will load the new file without asking and skip the pointer to the end of the file (very very very annoying).

In case you know how to make the built-in notepad++ ftp plugin work at 100%, I'd be much more happy!

I'd like to have some feedback from you guys :)

(I'm using Windows Vista)

Thanks in advance!

flag

6 Answers

vote up 0 vote down check

To work with FTP plugin on Notepad++. You've to : Disable IPv6, and have to check if your LAN Adapter driver is not enabled "Priority & VLAN". If it's Enabled by default on Win7, you've to disable it.

If you don't find it working still with this then use FTPExplorer.

link|flag
Doing what you suggest didn't worked at all. FTPExplorer isn't compiled, how do I use it? – yoda Sep 27 at 15:16
Extract it in plugins folder. Restart NP++. – Mahesh Sep 27 at 20:54
Doesn't work. The files provided are code files (c++). NP++ needs at least 1 .dll in order to work. The actually plugin listen in sourceforge isn't compiled at all. I've tried to compile it, but the files aren't in the correct place (so the makefile could find them) and there were some files missing, what makes me think that the plugin isn't prepared to be installed at all. Anyone was able to put it to work properly? – yoda Sep 27 at 22:12
vote up 2 vote down

I use FTP Synchronize. It automatically updates the FTP server when you save, so you can save then instantly refresh your browser if working on web content. There is also FTPExplorer which acts like an explorer window with FTP functionality from within Notepad++.

link|flag
What OS do you use? Did you ever had problems with FTP Synchronize? Also, FTPExplorer from the link you provided only have the files before compilation. – yoda Sep 27 at 13:57
FTP Sync. isn't perfect, but it's fairly close. I've lost files with it before, so be careful with your backups (I say lost, it was thankfully still in my cache, but it was a lesson) – Phoshi Sep 27 at 14:00
That's exacly that "perfection" that is missing. I loose many files, and get many problems with it. What I want to know is a way to have a ftp plugin / other sollution that works fine. If that implies changing OS, so be it (I'm using VIsta by the way) – yoda Sep 27 at 14:11
I'm on Vista too, and my problems are very rare. Perhaps it's a settings thing, have you tried running portable npad++ with it for a while? – Phoshi Sep 27 at 14:34
No, but I'll try it out and leave feedback latter. – yoda Sep 27 at 14:37
show 1 more comment
vote up 1 vote down

Does it have to be built into Notepad++? If no, I'd check out ExpanDrive.

link|flag
Does that software creates temp files when editting them remotelly? If so, it will generate the same issues I mentioned in the question. – yoda Sep 27 at 16:12
I don't know, I haven't used it. It's a free trial though! – churnd Sep 28 at 10:51
vote up 1 vote down

Here is my "Notepad++ FTP best solution" I use WinSCP and set NP++ as a default editor. When I open a connection in WinSCP, select a file and hit F4 the file is opened in WINDOWS\Temp with NP++, when I save that file WinSCP automatically uploads it back to server. Works like a charm! WinSCP is the most stable thing I ever tried, it never looses a connection. FTP_synchronize sucks. Manual upload is not handy. So WinSCP+NP++ is the best solution. Give it a try.

link|flag
vote up 0 vote down

I use FileZilla for FTP. You'd be hard-pressed to find any plugin that beats it.

You can kind of "synchronize" with Notepad++ by setting it as the default editor in the settings then doing right click > edit on the server-side panel.

link|flag
I've use it for many months. The problem is that I have to either open Filezilla window to press upload so the modified file can be uploaded, or use scripts that bypass that question (but still got to open the filezilla window). As a full time coder, I don't have time to do such thing, and need to have my files uploaded as soon as I press "save" on Notepad++. – yoda Oct 2 at 17:33
vote up 0 vote down

im still new with this..can anyone of you can explain what are those ports and initial directory are for?

link|flag
Welcome! Please note that this is not a forum (for example: posts might not be shown in the order they were written), so please read the FAQ and do not abuse "answers" to ask questions. After you've used Super User for a while you will be able to comment on other answers to ask for clarification -- you'll have to earn some reputation for that. Without reputation you can ask new questions though (if the answer cannot found here yet). But if you do: i's not clear to me what you're asking. – Arjan van Bentem Oct 26 at 9:36

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.