score:227
Eclipse natively supports FTP and SSH. Aptana is not necessary.
Native FTP and SSH support in Eclipse is in the "Remote System Explorer End-User Runtime" Plugin.
Install it through Eclipse itself. These instructions may vary slightly with your version of Eclipse:
- Go to 'Help' -> 'Install New Software' (in older Eclipses, this is called something a bit different)
- In the 'Work with:' drop-down, select your version's plugin release site. Example: for Kepler, this is
Kepler - http://download.eclipse.org/releases/kepler - In the filter field, type 'remote'.
- Check the box next to 'Remote System Explorer End-User Runtime'
- Click 'Next', and accept the terms. It should now download and install.
- After install, Eclipse may want to restart.
Using it, in Eclipse:
- Window -> Open Perspective -> (perhaps select 'Other') -> Remote System Explorer
- File -> New -> Other -> Remote System Explorer (folder) -> Connection (or type Connection into the filter field)
- Choose FTP from the 'Select Remote System Type' panel.
- Fill in your FTP host info in the next panel (username and password come later).
- In the Remote Systems panel, right-click the hostname and click 'connect'.
- Enter username + password and you're good!
- Well, not exactly 'good'. The RSE system is fairly unusual, but you're connected.
- And you're one smart cookie! You'll figure out the rest.
Edit: To change the default port, follow the instructions on this page: http://ikool.wordpress.com/2008/07/25/tips-to-access-ftpssh-on-different-ports-using-eclipse-rse/
score:1
As none of the other solutions mentioned satisfied me, I wrote a script that uses WinSCP to sync local directories in a project to a FTP(S)/SFTP/SCP Server when eclipse's autobuild feature is triggered. Obviously, this is a Windows-only solution.
Maybe someone finds this useful: http://rays-blog.de/2012/05/05/94/use-winscp-to-upload-files-using-eclipses-autobuild-feature/
score:3
I'm not sure if this works for you, but when I do small solo PHP projects with Eclipse, the first thing I set up is an Ant script for deploying the project to a remote testing environment. I code away locally, and whenever I want to test it, I just hit the shortcut which updates the remote site.
Eclipse has good Ant support out of the box, and the scripts aren't hard to make.
score:3
SFTP Plug-in: http://www.jcraft.com/eclipse-sftp/ :)
score:36
have you checked RSE (Remote System Explorer) ? I think it's pretty close to what you want to achieve.
score:46
Install Aptana plugin to your Eclipse installation.
It has built-in FTP support, and it works excellently.
You can:
- Edit files directly from the FTP server
- Perform file/folder management (copy, delete, move, rename, etc.)
- Upload/download files to/from FTP server
- Synchronize local files with FTP server. You can make several profiles (actually projects) for this so you won't have to reinput over and over again.
As a matter of fact the FTP support is so good I'm using Aptana (or Eclipse + Aptana) now for all my FTP needs. Plus I get syntax highlighting/whatever coding support there is. Granted, Eclipse is not the speediest app to launch, but it doesn't bug me so much.
Source: stackoverflow.com
Related Query
- How do I add FTP support to Eclipse?
- How to add "Android Design Support Library" to Eclipse with ADT-plugin?
- eclipse for java- how to add support for jsf 2.1 to eclipse 3.7-indigo
- How to add Metro web services support to Eclipse Indigo
- Eclipse CDT: how to add support for new filetype
- Why does Eclipse automatically add appcompat v7 library support whenever I create a new project?
- How to enable C++11/C++0x support in Eclipse CDT?
- How to support UTF-8 encoding in Eclipse
- How to add native library to "java.library.path" with Eclipse launch (instead of overriding it)
- How do I add a resources folder to my Java project in Eclipse
- How to make eclipse automatically add braces to an IF statement?
- How to add shortcut keys for java code in eclipse
- How do I add Eclipse C++ to Eclipse classic?
- How to add Java EE perspective to Eclipse
- How to add Tomcat Server in eclipse
- How do I add existing eclipse java project to git
- How to synchronize files over FTP with Eclipse RSE?
- Android actionbar how to add supporting library v7 appcompat for Eclipse
- How to remove native support from an Android Project in eclipse because eclipse is showing errors in jni?
- How to add pom.xml to existing Eclipse project?
- how to add custom tool chain to eclipse CDT
- How to add Tomcat 8 to Eclipse Kepler without installing the big whole WTP package
- How can I add build path items to Eclipse 3.5 using relative paths?
- How to add Eclipse Code Formatter file in Android Studio
- How to add a Java Properties file to my Java Project in Eclipse
- Add Java support to Eclipse
- How to set Eclipse code formatter to support fluent interfaces
- How to add Guava to Eclipse project
- How to use Legacy Apache in Eclipse in order to support Android M
- How do I add a shortcut key to Eclipse 3.2 Java plug-in to build the current project?
More Query from same tag
- How do you tune Eclipse IDE? How do you use Eclipse IDE?
- Using JUnit-Tools 1.1.0 to generate automatic test cases gives me "select a test-project"
- Maven failing to assemble WAR - Java Heap Space Issue - Stanford Core NLP
- Can I separate portions of my plugin.xml file into multiple xml files for an Eclipse plugin?
- Error occurred during initialization of VM (java.lang.StackOverflowError) in Android
- First time JUnit user: Why eclipse always shows error (Red indicator)
- XML Relative Layout order change Crashes Program (Android)
- Error .gwt.xml Vaadin
- How to add profiles to default maven goals in Eclipse?
- "The public type <<classname>> must be defined in its own file" error in Eclipse
- Proguard not generating anything in build/outputs/mapping/release
- Maven dependencies issue
- maven plugin repository for eclipse equinox KeplerSR1
- VisualVM is unable to profile a web application on Eclipse
- How to set template file for properties files in Eclipse?
- Class not found exception with google maps api v2 and eclipse
- How to I make an activity close when minimised
- Can't use JFace and SWT in eclipse without creating plugin
- Import IntelliJ formatter options into eclipse?
- Eclipse - Annoying thread-switching while debugging a thread's execution
- How to install TestNG plug-in for Eclipse
- Eclipse ignores applet code
- Change attached source in eclipse (android)
- Team Explorer Everywhere: Could not execute HistoryAction. java.lang.NullPointerException
- Cannot make Project Lombok work on Eclipse
- How to mirror a p2 repository which requires authentication
- eclipse content assist settings
- Error trying to run Scala Application inside Eclipse
- What is the git ignore and remove from index options in Eclipse plugin?
- Ant Script for SoapUI generating no output