This is an External Plugin for Eclipse To push the Code to Remote machine directly from Eclipse using FTP.
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
Windows Machine + Eclipse
- Place the Batch File on your Windows machine (Preferably Eclipse Directory).
- Open The Eclipse_FTP.bat File in Notepad and populate Credential to connect to machine.
- 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.
- Open Eclipse and Open the Project.
- GoTo: Run->External Tools->External Tools Configuration
- Click on New Launch Configuration.
- Provide Name of the Plugin like (Push To Server).
- Under the Main Tab Click on Browse File System and Select The Eclipse_FTP.bat
- Under Arguments box put these 3 variables Same to same
${resource_path}
"${selected_resource_loc}"
${resource_name}