Update: CFEclipse 1.3.1.2 released for SFTP users

Posted At : March 7, 2007 11:52 AM | Posted By : Mark Drew
Related Categories: coldfusion, cfeclipse

I have put up another update of CFEclipse (version 1.3.1.2 if you are into numbers) that fixes a problem that users of the File Explorer were having with connecting to SFTP sites. The problem was that the plugin was checking if you had already accepted the host's certificate (I think that is what its called), if you hadn't it would prompt you (well it doesn't it does it in the background and you say no) so the connection would fail.

I have now set it to auto-accept, which as some people know, is what Dreamweaver does.

Another thing I have added are some new icon's for CFM and CFC files. In the background, there are actually now Editors, one for CFC's and one for CFM's but the CFC editor just extends the CFM editor so its essentially the same for the moment, until I start adding CFC specific parsing. This is something that should have been done long ago.

If you experience some problems do let me know.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
Tom Chiverton's Gravatar Purty icons, mmmm :-)
# Posted By Tom Chiverton | 3/7/07 1:59 PM
Mike Rankin's Gravatar This is trivial, but after the update, both cfm and cfc files are using the cfm icon.
# Posted By Mike Rankin | 3/7/07 5:53 PM
Mark Drew's Gravatar Yes they are! Magic eh? err.. no, right click on a CFC and click Open With -> CFCEditor

There is nothing special in the CFCEditor but this will have more functions soon, I could revert it.

Actually, apologies, this slipped out of my dev machine this morning as I was hankering for a fix for the SFTP stuff

I shall revert/fix etc stuff soon

MD
# Posted By Mark Drew | 3/7/07 6:03 PM
Mike Rankin's Gravatar I wouldn't bother to revert it. It seems to work fine. And, it will show the correct icons if you go into your preferences and associate the .cfc with the new cfc editor. Schweet.
# Posted By Mike Rankin | 3/7/07 6:15 PM
Pete Freitag's Gravatar Mark, Many, Many Thanks for fixing this and implementing the SFTP plugin to begin with!! I had tried it out on monday but couldn't connect to my server, I just tested it out with 1.3.1.2 and everything looks to be working well!!
# Posted By Pete Freitag | 3/7/07 10:18 PM
Trond Ulseth's Gravatar Mark my man, I've only got one thing to say:

YOU ROCK!!!
# Posted By Trond Ulseth | 3/8/07 9:08 AM
Mark Drew's Gravatar Thanks man, glad it worked!

Now, to see about some other crazy stuff to implement ;)

Was thinking of setting a FTP root per project so you can do "get file" and "put file" the only problem is that is a can of worms that opens up file comparers and what have you!

BAH!
# Posted By Mark Drew | 3/8/07 9:30 AM
Big Mad Kev's Gravatar Well I noticed that the donations have come to stand still guys :-)

Look just there on the Right ------>>>>>>>>^^^^^^^ Up a bit.

?10/$20/?15 Isn't much to ask is it :-) (They should work out roughly the same)

Keep it up Mark!
# Posted By Big Mad Kev | 3/8/07 12:02 PM
Matt's Gravatar First things great job on CFEclipse. I am not sure if this is a bug or not but I can't get any of my shortcut keys to work when editing a CFC on my macBook. I am using the latest version of CFEclipse.
# Posted By Matt | 3/8/07 3:02 PM
Mark Drew's Gravatar Yeah, I made a bit of a mistake building that version and had bleeding edge code. I am going to do another build in a bit...
# Posted By Mark Drew | 3/8/07 3:06 PM
Tom Chiverton's Gravatar So, it's true, you *don't* sleep !
# Posted By Tom Chiverton | 3/8/07 3:23 PM
Matt's Gravatar CFEclipse still rocks. Thanks.
# Posted By Matt | 3/8/07 3:33 PM
Kevin Roche's Gravatar Excellent. Now I just have to work out how to upgrade!
# Posted By Kevin Roche | 3/8/07 8:19 PM
Ethan Cane's Gravatar Hi Mark,

I am running Eclipse SDK 3.2 with CFEclipse (latest stable build - 1.3.1.3) and am still experiencing issues when connecting to an SFTP server.

I read that a previous build release 1.3.1.2 was meant to have solved the issue of certificate acceptance (auto-accept), and this is what I immediately presumed to be the problem, so I visited the SFTP server via the terminal so that an entry could be propogated into the "known_hosts" home folder (remember I am on Linux here) and then relaunched the workbench and attempted to reconnect.

However the issue appears to persist? What might I be doing wrong?

The error message I am receiving is:

Could not connect to SFTP server at "sftp://**********:**********@127.0.0.1".

Obviously the login credentials are correct when attempting to login but the same old error message comes back.

The vanilla flavour FTP setup works just fine, but it would obviously be nice to connect via SFTP for added security.

Please let me know if you'll additional information to address this bug.

Many thanks Mark.

PS. I posted before on the CFEclipse Wiki about CFEclipse not functioning correctly when installed on the Eclipse 3.2 Platform Binary release.

It does however work correctly on the SDK, so I guess there are some discrepancies between the two.

Anyway, thanks for addressing the entry. I know that you must be really busy.

Ethan Cane
Web Developer
# Posted By Ethan Cane | 3/18/07 10:40 PM
Oakmad's Gravatar I just found that if an SFTP site has an @ in the password then an invalid absolute URI error is thrown. Any tips on a work around?

Thanks
# Posted By Oakmad | 4/11/07 8:40 PM