Skip to main content



      Home
Home » Archived » Eclipse Communications Framework (ECF) » Http Browsing
Http Browsing [message #1404503] Sat, 02 August 2014 06:19 Go to next message
Eclipse UserFriend
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?
Re: Http Browsing [message #1404506 is a reply to message #1404503] Sat, 02 August 2014 10:51 Go to previous message
Eclipse UserFriend
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: Fri Mar 21 23:43:10 EDT 2025

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

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

Back to the top