Currently Firefox is set by Windows to open .html files. I'm hoping I can sort of override this in FileZilla so I can do quick edits and then upload them to the server.

link|improve this question

feedback

5 Answers

up vote 3 down vote accepted

In FileZilla go to edit > settings...

In the left column scroll down to "file editing"...

Select it, then in the right column select "use custom editor" then browse to the .exe file on your comp for Notepad++.

Hope it helps. :)

[Additional Note: if you are experiencing the same problem that @theking2 has in the comment below, remember that FileZilla also imports your system's filetype associations. This may cause conflicts with your custom associations. You can disable system associations under edit > settings > file editing > Filetype Associations: look for the checkbox. Don't forget that you did this though - it may cause other problems down the road.]

link|improve this answer
Ah, it does indeed help. But it doesn't completely work. I think that because it's View/Edit and somehow the system has the idea that html files are meant to viewed and not edited. However, it does work for some other stuff, like .css. Anyway, the fix: Settings > File editing > Filetype associations and enter the following custom filetype association: html "C:\Program Files\Notepad++\notepad++.exe". Bam. – Nathaniel Jan 1 '10 at 17:30
Doesn't work. With filezilla 3.5.1 when I select "C:\Program Files\Notepad++\notepad++.exe" as custom editor under Default editor html files are still opened in Firefox when I select Edit from context menu. – theking2 Nov 3 '11 at 14:07
feedback

In FileZilla go to edit > settings...

In the left column scroll down to "file editing"..

and then click radio button use system's default editor for text file and always use default editor radio button click OK now all file be open in notepad

this help

link|improve this answer
feedback

Save an html file to any place on your computer. Then go into Windows Explorer, right-click and press "properties" and then then where it says "Opens with: Firefox" press the "Change" button and select Notepad++.

link|improve this answer
feedback

Go to FileZilla > Preferences > File Editing

link|improve this answer
And what do you do once your in file editing? – Simon Sheehan Dec 3 '11 at 14:56
feedback

Go to Edit / Settings / File Editing / Use custom editor (i use notepad++), then Filetype associations / html "C:\Program Files\Notepad++\notepad++.exe"

Pay close attention, you must specify the filetype before the full address to the application which will open it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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