Atom package to browse and edit remote files using FTP and SFTP.
- Add FTP/SFTP hosts graphically (FTPS not supported at the moment)
- Supports password, key and agent authentication
- Browse files through a select list
- Automatically upload file on save
- Multi-window support (ie. server settings and downloaded files are serialized and accessible across multiple Atom windows)
Shift+e Edit hosts. Usable when selecting hosts (Browse).
Shift+d Delete hosts or downloaded files. Usable when selecting hosts (Browse) or open files (Show open files).
Ctrl+Alt+b Select host.
Ctrl+Alt+o Show downloaded files.
Ctrl+Cmd+b Select host.
Ctrl+Cmd+o Show downloaded files
On some sshd configuration (Mac OS X Mavericks), if PasswordAuthentication is not explicitly set to yes, ssh server will not allow non-interactive password authentication. See this issue for more in-depth information.
The package uses ssh2 to connect to ssh servers, and also use the default construct in this package to authenticate with an agent. On Windows, the agent will be set to "pageant", otherwise it assumes a \ix system and uses "process.env['SSH_AUTH_SOCK']" to get the agent. This can be overriden in the settings.