FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
482 stars 163 forks source link

Shared files support? Partially working. #40

Open Aida-Enna opened 6 years ago

Aida-Enna commented 6 years ago

I was able to view shared files by adding and sharedWithMe=true to the GetChildrenAsync and FindChildByNameAsync methods in GoogleDriveFileSystem.cs. However, they don't appear to actually work when you click on the items in the FTP listing and trying to make them work is a bit outside the scope of my experience (having only discovered this today).

Is there any chance you could add support for files shared with you? I'm referring to folders/files that you right click and hit "Add to My Drive".

Thanks for your time, and keep up the awesome work :)

fubar-coder commented 6 years ago

To be honest: I haven't invested any time yet to make shared files work. This was a feature that wasn't requested by my customer. Pull Requests are welcome 😁