-
Notifications
You must be signed in to change notification settings - Fork 102
Home
Tamás András Horváth edited this page Aug 17, 2017
·
5 revisions
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
- Open an existing project or create a new one (File > Open folder...)
- Open remote-ftp sidebar (Packages > Remote-FTP > Toggle)
- Create a configuration file for your project (Packages > Remote-FTP > Create (s)FTP config file)
- Once connected you should be seeing the content of the remote connection
- 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!
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