Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Http Browsing
Http Browsing [message #1404503] Sat, 02 August 2014 10:19 Go to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Hi,

It seems that
org.eclipse.ecf.provider.filetransfer.browse.URLFileSystemBrowser.runRequest()
can only ever return one URLRemoteFile

remoteFiles = new IRemoteFile[1];
remoteFiles[0] = new
URLRemoteFile(urlConnection.getLastModified(),
urlConnection.getContentLength(), fileID);

Is it ever possible to get a directory listing via http/https?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Http Browsing [message #1404506 is a reply to message #1404503] Sat, 02 August 2014 14:51 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Ed,

>Is it ever possible to get a directory listing via http/https?

http 1.1 does not support it, and so it requires extra server-side capabilities (e.g. webdav). So for the plain 'ol http providers, no.

Previous Topic:Reuse Eclipse proxy handling when making HTTP connections
Next Topic:Unresolved bundles for timeservice example
Goto Forum:
  


Current Time: Sat Apr 27 00:15:13 GMT 2024

Powered by FUDForum. Page generated in 0.02919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top