[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ecf] Re: ECF Filetransfer Proxy

Hi Christian,

Scott Lewis wrote:
<stuff deleted>
As outlined above, ECF uses the platform proxy API to get proxy configuration. So if you want to setup the proxy info for your app, and have ECF filetransfer use it, you can either use the proxy API programmatically (and have your own user interface), or even use the Eclipse preferences User interface.

One thing I forgot to add. As described above, ECF does use the platform proxy API to get proxy configuration. However, this can be overridden by using the IRetrieveFileTransferContainerAdapter.setProxy(org.eclipse.ecf.util.Proxy)


method. If this (manual/programmatic) configuration is used it overrides the use of the Eclipse platform proxy API-specified configuration.

Scott