Notepad ++, as we all know, is one of the most famous open source text editing software. Also, as it is loaded with a bunch of cool features, this software is considered as the no.1 choice for many developers. Syntax highlighting and folding, search/replace, multi-document view, and multi-language support are some of the features that it offers. It also uses wide varieties of plugins, which in-turn enhances its functionalities. One of such plugins worth mentioning here is NppFTP, which allows you to connect to your server files via FTP. (Cool right?)
So Via this article, we gonna show you how to connect to your server via FTP using Notepad ++.
- Install Notepad ++ : You can get this software from their official website.

- Get FTP details of your Server: For a successful connection, you need FTP details, You can get these details from your Hosting Account / Cpanel.

- Connecting to Notepad++ via FTP
3.1 – Open Notepad++ and go to Plugins -> NppFTP > Show NppFTP Window
3.2 A configuration window will open on the left side. Select the gear icon as shown below:

3.3 Select the Add New button in the prompted Notepad++ FTP configuration screen.


3.4 Enter your FTP credentials in the Connection tab, When you are done adding the FTP information click close.

3.5 Click the (Dis)Connect icon in the NppFTP window. See image to the right.Select your new Profile.

3.6 After a few moments, you will be prompted with your website’s content.

Congratulations !! You are now Connected to your Server via FTP Using Notepad++
You may Also Like
By Richard
/ June 5, 2022
How to add Typing Effect / Type Writer Effect to your text Using JavaScript Step 1) Add HTML: <h1>Typewriter</h1>...
Read More
By Richard
/ May 22, 2022
Learn How to Create a full screen video background using HTML, CSS Adding HTML <div class="videobg"> <video src="https://adaptabiz.com/wp-content/uploads/2021/05/Pexels-Videos-1234162.mp4" loop muted...
Read More
By Richard
/ April 29, 2022
How to Create an Off-Canvas Menu / Side Bar Navigation Step 1) Add HTML: <div id="mySidenav" class="sidenav"> <a href="javascript:void(0)" class="closebtn"...
Read More
By Richard
/ April 19, 2022
How To Create a Coming Soon Page / Maintenance Page Using HTML, CSS and JavaScript Step 1 : Adding...
Read More
By Richard
/ April 2, 2022
How to Create Weight Converter using HTML and JavaScript For Converting Pounds to Kilogram Adding HTML : <h2>Weight Converter Pound...
Read More
By Richard
/ February 19, 2022
How to create a Scroll indicator with CSS and JavaScript Step 1) Add HTML: <div class="header"> <h2>Scroll Indicator</h2> <div...
Read More
By Richard
/ February 15, 2022
Many a times, there is necessity of converting Color image into Black and White or Grayscale. Here in this very...
Read More
By Richard
/ February 4, 2022
There are many a times, when you’re going to need a countdown clock for your project. You may have an...
Read More
By Richard
/ January 20, 2022
How to Create an Avatar image with CSS Step 1) Add HTML: <h2>How to create Avatar Images with CSS</h2> <img...
Read More
By Richard
/ January 13, 2022
How to Change Background Images on Scroll with CSS. Step 1) Add HTML: <div class="bg-image img1"></div> <div class="bg-image img2"></div>...
Read More