Is it possible to have a password protected Eclipse update site? -


i have eclipse update site set on private network. i'd make available external customer, not world @ large. eclipse support authentication/authorization update sites?

obviously zip contents of site , email them, i'd see if there's simpler process.

searching stackoverflow, i've found this question, doesn't shed light on subject.

the best option i've found far using password protected ftp server. eclipse happy ftp://username:password@server url.

i tried use ftp-tls couldn't work.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -