4

I have an sftp client, and would like to drag virtual files from my listview (actually ObjectListView) to desktop, or other target accepting drop file. I can drag files from desktop to my listview and then upload it.

The file being dropped is not present on the local filesystem, at the time of drag/drop.

I am not too familiar with drag/drop, so if anyone has any resources related to this, please post them.

Most related drag/drop questions doesn't answer my specific question as far as I looked.

CS.
  • 1,845
  • 1
  • 19
  • 38
  • I have the same issue. Did you found a solution for your problem? –  Jul 30 '11 at 13:46
  • @Aderito No luck yet, paused on this for the time being, waiting for an answer here. Would start a bounty but I already have little rep. – CS. Jul 31 '11 at 06:44

1 Answers1

0

Look for my answer to this question: Drag and drop virtual files using IStream. I must say, that task you want to implement is not easy to do, and (from what I know) there is no simple, working solution on the net for this. But I've implemented such task by myself in .net, so it is possible of course. You can find all necessary details in the link above.

Community
  • 1
  • 1
arbiter
  • 9,447
  • 1
  • 32
  • 43