What I\'m trying to do is to display a listview of online files, just like an FTP client lists all the files on the FTP server, and one can drag any row or rows to any local
For anyone who's searching for this, I might find an answer, but it ain't easy and could be platform dependent.
After tons of (literally) search, I found a solution in FileZilla's source code, turns out to cope with such situatuation, you need:
for technical details, plz visit FileZilla official website
I think this is for windows only, if anyone get the answer for other platforms, please let me know!