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 198078 - Add support for FTP over SSL
Summary: Add support for FTP over SSL
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P2 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 200278
Blocks:
  Show dependency tree
 
Reported: 2011-04-26 08:21 UTC by efbiaiinzinz
Modified: 2011-08-16 19:08 UTC (History)
2 users (show)

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 efbiaiinzinz 2011-04-26 08:21:44 UTC
Right now there are only 2 modes available: SFTP and FTP

Lots virtual host providers do not allow ssh/sftp full access to the system, but they do provide FTPES (explicit SSL) or so called TLS mode (not sure of exact terms).
http://en.wikipedia.org/wiki/FTPS

Is it feasible to get more options for secure connections ? Right now I have to use unsecure FTP mode for lots of my projects because some ISP's don't offer SFTP, but they do offer FTPS/FTPES which I cannot use because netbeans does not support it.
Comment 1 Nox 2011-07-06 19:15:41 UTC
I second this, for those that can't use SFTP this is a critical property of the FTP tool should they be able to use it
Comment 2 Tomas Mysik 2011-07-07 05:49:39 UTC
Agreed, I will try to look at it.

Thanks for reporting.
Comment 3 sarsys 2011-07-07 20:37:56 UTC
(In reply to comment #2)
> Agreed, I will try to look at it.
> 
> Thanks for reporting.

For 7.0.1 is possible??
Comment 4 Tomas Mysik 2011-07-08 03:57:02 UTC
(In reply to comment #3)
> For 7.0.1 is possible??

No way unfortunately, RC is already out. NB 7.1 if everything goes well, see the Target Milestone of this issue.
Comment 5 Tomas Mysik 2011-07-08 08:57:36 UTC
This would require to update our bundled commons-net library to 3.x version (we use 1.4 version).
Comment 6 sarsys 2011-07-08 14:06:18 UTC
 ok, thank you very much.
 I'll be waiting the 7.1!!
Comment 7 Tomas Mysik 2011-08-08 08:48:53 UTC
Fixed, if anyone could test it, that would be great.

http://hg.netbeans.org/web-main/rev/8d1574ecf86f
Comment 8 Quality Engineering 2011-08-10 21:35:34 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8d1574ecf86f
User: Tomas Mysik <tmysik@netbeans.org>
Log: #198078 - Add support for FTP over SSL
Comment 9 sarsys 2011-08-16 19:08:39 UTC
 Tested with: NetBeans IDE Build 201108140601

 Works on: FreeBSD RELEASE 8.2 AMD64 & Fedora 14 x86_64

 Thanks you very much