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.