ftp-remote-edit
Edit remotely files on your ftp/sftp(ssh) server without a project. All your connection information will be encrypted.
This package provides the following services:
This package consumes the following services:
Ftp-Remote-Edit
Editing files on your server without the need for creating a local project. It is not necassary to download all files of your project. Simply connect and edit your remote files. The files will be automatically updated to the server on saving.
Whats new
- Enhancement: Improve loading time of package (issue-301)
- Enhancement: Allows to remember last selected path for download/upload
- Enhancement: Extends the logon type of the server configuration with "Prompt for Password"
- Enhancement: Add option to restore previous state after closing and reopening atom (BETA)
- Enhancement: Allow to reconnect opened server from context menu (issue-290)
- Enhancement: Don't allow to create temp duplicates on server list (PR-336)
- Feature request: "Add option to display dialog to confirm drag & drop action" (issue-334)
Getting started
- Toggle the view with "ftp-remote-edit:toggle" or use keybinding
ctrl-space
- Enter the master password. If not allready set, enter the firsttime. All information about your server settings will be encrypted with this password.
- Right click and select "Edit Servers" to open the configuration view. Here you can add, edit and delete your (s)ftp server settings.
Keybindings
- Toggle the view with
ctrl-space
- Toggle the focus with
ctrl-alt-space
- Toggle the fuzzy finder with
ctrl-alt-p
(item must be selected in the tree view)
Helpfull commands
- Toggle the view with "ftp-remote-edit:toggle"
- Change master password with "ftp-remote-edit:change-password"
- Toggle the fuzzy finder with "ftp-remote-edit:finder"
- Reindex the fuzzy finder cache with "ftp-remote-edit:finder-reindex-cache"
URI handler
Add temporary server for ftp/sftp by using uri. It is possible to use it with/without username, password, port and path.
- atom:https://ftp-remote-edit/sftp:https://username:password@host:port/path
- atom:https://ftp-remote-edit/ftp:https://username:password@host:port/path
Package preferences
Tree View
-Open On Startup
- Open the view automatically when atom starts.Tree View
-Restore State
- Restoring the previous state after closing and reopening atom. (Beta)Tree View
-Allow Pending Pane Items
- Allow items to be previewed without adding them to a pane permanently.Tree View
-Hide Ignored Files
- Don't show items matched by theIgnored Names
core config setting.Tree View
-Sort Folders Before Files
- When listing directory items, list subdirectories before listing files.Tree View
-Sort Servers By Name
- When listing servers items, list servers by name rather than by host.Tree View
-Auto Reveal Active File
- Auto reveal the current active file on the tree view.Tree View
-Drag & Drop Confirmation
- Show dialog to confirm drag & drop action.File Transfer
-Default Download Path
- Default download path for folders and files.File Transfer
-Default Upload Path
- "Default upload path for folders and files.Tree View Finder
-Key For Search
- Specifies the key at which the search is to be used.Tree View Finder
-Ignored Names
- Files and directories matching these patterns and theIgnored Names
core config setting will be ignored during indexing.Notification
-Successful Upload
- Show notification on successful uploadNotification
-Failed Upload
- Open protocol view in case of failed upload.Development
-Debug Mode
- Output debug messages to the console.Development
-Disable Lazy Loading
- Disable lazy loading of this package.
I'd like to support this project
Help us bring this project to the moon! Atom's rocket needs to get somewhere, right?
- Contribute! I'll be happy to accept pull requests!
- Bug hunting! Report them!
- Feature request? Please let me know by filling an issue!
- Star this project on Atom, Github
- Donate for this project -
Special Thanks
- @miles-collier PR-38 Keybinding for toggling
- @dustinparker PR-112 Sort servers by name
- @Me1onRind PR-124 Fuzzy finder for remote files
- @wacki4 PR-169, PR-245, PR-265, PR-266 URI handler, PR-252 Grouping servers, PR-267, PR-268 Allow to upload/download file/directory from context menu, PR-272 Import from FileZilla, Remote-ftp, PHP Storm config file, PR-286, PR-302, PR-320 Allow to select default path for download and upload, PR-321 Extends the logon type of the server configuration with "Prompt for Password", PR-336 Don't allow to create temp duplicates on server list"
- @FabrizioCaldarelli PR-178, PR-174 Help fix some errors
- @pfitzseb PR-228, PR-229 Add providers for better Juno integration, PR-241 Add suppport for agent based authentication