简体   繁体   English

用于RPi2的UWP FTP服务器

[英]UWP FTP Server for RPi2

I'm writing a small, lightweight FTP server for RPi2 running Win10 IoT Core and I get to the point where I'm working on file management but I've run into serious problem. 我正在为运行Win10 IoT核心版的RPi2编写一个小型,轻型的FTP服务器,现在我正在进行文件管理,但是遇到了严重的问题。 You can't access all files directly without declaring them in manifest or without user interface (pickup box). 如果没有在清单中声明或没有用户界面(提取框),则无法直接访问所有文件。 Is there any way to access all locations without prompting user to select them first? 有什么方法可以访问所有位置,而不会提示用户先选择它们?

Nope, there isn't. 不,没有。

The only locations you can access without asking the user every time, are the libraries ( Photos , Music , Videos , etc.), as well as the provided local space for the app itself. 无需每次询问用户即可访问的唯一位置是库( PhotosMusicVideos等),以及为应用程序本身提供的本地空间。

Everything else is protected by the sandbox and is only accessable by asking the user for each access. 其他所有内容均受沙箱保护,并且只能通过询问用户每次访问来访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM