项目作者: dheerain

项目描述 :
This is an External Plugin for Eclipse To push the Code to Remote machine directly from Eclipse using FTP.
高级语言: Batchfile
项目地址: git://github.com/dheerain/Eclipse-FTP.git
创建时间: 2017-01-12T06:46:36Z
项目社区:https://github.com/dheerain/Eclipse-FTP

开源协议:

下载


Eclipse-FTP

This is an External Plugin for Eclipse To push the Code to Remote machine directly from Eclipse using FTP.

Usage

I Have a Project on A remote Unix machine which is quite Slow and Support SSH Only.
I am not Good With Vim and Love to code on Eclipse.
I Got the Whole Source code on my Windows machine and Set it up On Eclipse but to Compile it I have to use the Remote machine.
So Insted of Copying the Code to A Particular Directory on the Remote Machine using filezilla I have developed this Eclipse Plugin

Compatibility

Windows Machine + Eclipse

Installation and Configuration

Steps

  1. Place the Batch File on your Windows machine (Preferably Eclipse Directory).
  2. Open The Eclipse_FTP.bat File in Notepad and populate Credential to connect to machine.
  3. Populate Root Path of the Project on the Remote machine in rootpath Variable in the Notepad File.Remaining path and File name Will be taken from eclipse.
  4. Open Eclipse and Open the Project.
  5. GoTo: Run->External Tools->External Tools Configuration
  6. Click on New Launch Configuration.
  7. Provide Name of the Plugin like (Push To Server).
  8. Under the Main Tab Click on Browse File System and Select The Eclipse_FTP.bat
  9. Under Arguments box put these 3 variables Same to same

    1. ${resource_path}<br>
    2. "${selected_resource_loc}"<br>
    3. ${resource_name}</b><br><br><br>