Connect to FTP SFTP locations using Notepad++
In order to connect to an FTP or an SFTP location using Notepad++, you first need to download the NppFTP plugin from plugin Manager, once you do that follow the below steps,
- Go to Plugins -> NppFTP -> Show NppFTP Window, you will see a section at the right,
- Click on Gear icon and select Profile Setting,
- Click on Add new button,
- Add Host Name,
- Select Connect type: FTP, FTPS, FTPES or SFTP,
- You can add username and password or check "ask for password" for a prompt,
- Select the port if its not default,
- Set timeout, default 30 seconds,
- Set initial remote directory,
- There is an authentication tab that has options to add private key file and passpharse,
- Also check out Transfer,FTP Misc and cache tabs.
- Click Close,
- Now you should see the first icon enabled (connect/disconnect) click on it and choose your profile.
You can also check the logs, by clicking on show messages window,
-> TYPE I
Connecting
-> Quit
Unable to connect
Disconnected
More about the package:
Allows FTP, FTPS, FTPES, and SFTP communications. Very useful for web development.
Author: ashish_kulz
Homepage: https://ashkulz.github.io/NppFTP/
More Posts related to NotepadPlusPlus,
- [Solution] Notepad++ Compare option unavailable
- How to delete all text after a character or string in Notepad++
- Notepad++ hex editor Examples
- Add Custom header and footer to Windows Notepad file
- Unable to edit file in Notepad++
- Locate Notepad++ unsaved files backup location
- Add Text at Start and End of Each Line Notepad++
- [Tutorial] How to Customize Notepad++ Toolbar
- How to hide lines in Notepad++
- How to close all tabs of Notepad++?
- Notepad++ Save Failed - Please check if this file is opened in another program.
- How to connect to an FTP or SFTP location using Notepad++
- How to add or remove bookmark on a line in Notepad++
- Enabling Notepad++ Dark Theme
- Notepad++ Reload - This file has been modified by another program. Do you want to reload it?
- Prettify JSON in Notepad++
- Portable Notepad++ for windows
- Alternatives for Notepad++ on Mac in 2021
- Indent XML Formatting In Notepad++
- Go to Line Number option in Windows Notepad
- Word count in Notepad++
- Show Notepad++ tabs in multiple lines instead of scroll on tab bar
- [Nopepad++] How to add text at end of each line
- How to open a new tab in Notepad++
- How to open Notepad?
More Posts:
- Java 8: Steam map with Code Examples - Java
- How to extend retiring SharePoint 2010 Workflows and continue with Office 365 - SharePoint
- How to make a div tag clickable - Html
- [Maven] Multiple annotations found at this line pom.xml CoreException, ArtifactResolutionException - Java
- ASCII to HEX and HEX to ASCII Conversion Notepad++ - NotepadPlusPlus
- Facebook Down Will Be Back Soon - Facebook
- How to add ruler in Sublime Text tab window - Sublime-Text
- Detect Data roaming in Android Application - Android