Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » FileTransfer drag and drop (dnd) from remote server to Windows Explorer
FileTransfer drag and drop (dnd) from remote server to Windows Explorer [message #328706] Mon, 02 June 2008 15:18
Eclipse UserFriend
Originally posted by: Bogdan.Barzu.est.fujitsu.com

Hi,

I am trying to drag files from an Eclipse view (own development), which
are residing on a remote WebDAV server and drop them outside Eclipse,
let's say into the Windows Explorer. Eclipse will perform a FileTransfer
dnd operation.

The problem is that I cannot provide the String[] of file paths on the
local machine that the FileTransfer requires, because, as I said, the
files reside on the remote WebDAV server. I only have the URLs to these
files, and, in order to access them, authentication is required.

I could, of course, implement my DragSourceAdapter.dragSetData() to
download them under a temporary folder on the local machine and delete the
temporaries with DragSourceAdapter.dragFinished().

But if anyone has a better solution, allowing me to specify the
credentials in order to avoid redundant authentication, please share it!
Previous Topic:Virtual JFace Viewers - add(Objects[])
Next Topic:Re: RC3 wont start on Ubuntu: XPCOM Mozilla error
Goto Forum:
  


Current Time: Wed Jul 17 20:39:44 GMT 2024

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

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

Back to the top