Tarik
Tarik

Reputation: 81721

Select > Upload FTP Solution for Eclipse

in Netbeans, you can select a file on the project explorer and upload it directly to the ftp and it finds where to upload properly (amongst the folders and sub-folders,since the remote project is the copy of local project with the same folder, sub-folders and etc.) which provides quick solution when working on both local and remote.

I am wondering whether the same functionality is also available on Eclipse? I don't need anything complicated. This feature is what I only need. So if you know such plugin and how to use it, please enlighten me.

I am using Eclipse for PHP, my version of Eclipse is PDT

Upvotes: 1

Views: 779

Answers (2)

Shahbaz Aamir
Shahbaz Aamir

Reputation: 327

Eclipse has a Build in FTP. Go Windows->Open Perspective ->Other->Remote System Explorer.Create New Connection . Right Click on Explorer->New Connection ->FTP. Note:(For Eclipse Helios and above)

Upvotes: 0

Max
Max

Reputation: 2907

Aptana Studio 3 (standalone or plugin) has FTP download/upload functionality. And much more.

Upvotes: 1

Related Questions