Wednesday, August 01, 2007

eclipse plugin

Recently, I am designing and implementing a web2.0 frontend for accessing storage service.
To make it easy to edit files on remote machine, I find a plugin for eclipse:
http://www.jcraft.com/eclipse-sftp/index.html
ftp, sftp, webdav are all supported.
Now, I can edit the source files at home and then synchronize them with files on my lab machine.

I opened a ftpd service at server side, then configure the eclipse plugin to connect the server.
Note: the accessing privileges must be set properly. Regularly, the ftpd service must allow the client to create, read, write, delete the file.

No comments: