This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 153657 - Native SFTP support. Open ssh connection to the available sftp connections.
Summary: Native SFTP support. Open ssh connection to the available sftp connections.
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-21 17:41 UTC by sushkov
Modified: 2008-11-21 17:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sushkov 2008-11-21 17:41:06 UTC
Mostly inspired from http://www.panic.com/coda/ Coda IDE.
At least for *nix based OS versions it can be easily implemented. As for Windows users, things like putty can make the
job (I'm not specialized in Java, but I believe there exists already a library which offers support for ssh terminal
emulation).

I believe this feature for Netbeans will kick ass the most of available IDE's at this moment. And in web development
it's a must have thing for painless software deployment.

Btw, thanks for a great IDE.