cupid-ide / cupid

Cupid IDE and Code Generation Tool for Earth System Models
Other
5 stars 6 forks source link

Enable file sync over remote proxy connection #17

Closed rsdunlapiv closed 9 years ago

rsdunlapiv commented 10 years ago

NASA Discover requires authentication through a secure gateway, not a direct SSH connection. The PTP file sync capability should work through a proxy connection. This is required, for example, to sync with Discover.

rsdunlapiv commented 9 years ago

Worked with Roland (PTP developer) to implement this.

Original bug was already filed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=345329

The relevant changes are: https://git.eclipse.org/r/#/c/34086/ https://git.eclipse.org/r/#/c/34312/

34086 has been merged into PTP's master branch. 34312 has not. Neither has been released with the remote tools plugin, but it is scheduled for February.

In the interim we can host a modified remote tools plugin ourselves.