Skip to content
Tamás András Horváth edited this page Aug 17, 2017 · 5 revisions

Installation

The Remote-FTP package can be install from within the Atom package manager. These are the steps Packages > Settings view > Open click Install tab and write remote-ftp (enter).

Or if apm (Atom Package Manager) command line tool is installed.

apm install remote-ftp

Usage

  1. Open an existing project or create a new one (File > Open folder...)
  2. Open remote-ftp sidebar (Packages > Remote-FTP > Toggle)
  3. Create a configuration file for your project (Packages > Remote-FTP > Create (s)FTP config file)
  4. Once connected you should be seeing the content of the remote connection
  5. All basic commands (connect, disconnect, ...) are available from the sidebar context menu and the Command Palette

The multiproject mod is a very alpha / beta version. For the time being, only 1 project is supported at one time!

Configuration in project

There are two configuration options for the package.

Global is Packages > Settings view > Open and Packages tab after search Remote-FTP and click Settings button. Here you can set up operational strategies.

Local is always located in the project folder.

The configuration file is always named .ftpconfig and create on Packages > Remote-FTP > Create (S)FTP config file

Clone this wiki locally