>Does Eclipse have the same functionality as DreamWeaver that you can PUT the >files to an FTP >server when you need rather than working from an FTP Server?
I've not liked ftp functionality built into eclipse. Its not all that great to say the least. That said there are a couple of very good ftp plugins available for eclipse that I like. For sFTP I use the Deployer plugin, http://www.antiwrap.com/?1060. From Eclipse Plugin Central: -- Deployer is an Eclipse plug-in to deploy files in remote servers, using SSH. It uses SFtp protocol to transfer the files. Support for other protocols is a planned feature. It's written in Java and released under the Lesser General Public License (LGPL). Deployer was originaly coded to aviod the manual upload of jar files to my server every time I made a modification. It adds a Preferences page to the resources to set the deployment information (server, remote path, user and password), and a submenu with a Deploy action. -- For regular FTP connections I use DeployerFTP (same thing just for regular ftp connections): http://www.antiwrap.com/?1061 There's one big drawback to these plugins however, they only handle single files. hth. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:214550 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
