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
/ January 21, 2021
Via this article we gonna Learn how to create a responsive slideshow with CSS and JavaScript. Step 1) Add HTML:...
Read More
By Richard
/ January 6, 2021
In Python, there is a module, which allows you to copy a mutable object so that changes made in the...
Read More
By Richard
/ December 15, 2020
What is Unity? According to Wikipedia : Unity is a cross-platform game engine with a built-in IDE developed by Unity...
Read More
By Richard
/ December 8, 2020
Cascading Style Sheets, fondly referred to as CSS, is a style sheet language used to define visual appearance and formatting...
Read More
By Richard
/ December 1, 2020
Mobile applications have come a long way since the basic arcade game “Snake,” which many consider the first mobile application....
Read More
By Richard
/ November 23, 2020
In this tutorial we gonna learn how to create a simple login form using HTML and CSS Step 1) Add...
Read More
By Richard
/ November 16, 2020
Information technology is growing rapidly and it is not slowing down, neither it will according to the pace and the...
Read More
By Richard
/ November 9, 2020
What is PHP ? PHP is a server-side scripting language that is used to develop Static websites or Dynamic websites...
Read More
By Richard
/ November 6, 2020
Machine Learning is undeniably one of the most influential and powerful technologies in today’s world. Machine Learning is enabling computers...
Read More
By Richard
/ November 2, 2020
A modal is a dialog box/popup window that is displayed on top of the current page: How To Create a...
Read More