可以从 IIS 服务器上的远程文件夹获取数据吗?
到目前为止,我已经使用了远程 Linux 服务器,通过 PHP 层获取数据。是否可以对运行 IIS 7.5 服务器的远程存储服务器执行相同的操作?
我基本上需要列出远程文件夹的文件并从 Android 应用程序获取特定文件。
如果我能做到这一点,我应该创建一个带有 JSON 输出的 C# 层(就像我对 PHP 层所做的那样)还是有另一种(更好的)方法来做到这一点?
谢谢
So far I have worked with remote Linux servers where I fetched data via PHP layer. Is it possible to do the same with a remote storage server that runs IIS 7.5 server?
I basically need to list files of a remote folder and fetch specific file(s) from an Android application.
If I can do this, should I create a C# layer with JSON output (like I do with a PHP layer) or there is another (better) way to do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从 1997 年起就没有使用过 IIS,但看起来现在可以在上面运行 PHP 了?您可能很幸运,可以重用您的 PHP 层。
您可以在以下位置找到更多信息:http://php.iis.net/
I haven't used IIS since 1997, but it looks like you can run PHP on it nowdays? You might be lucky and can reuse your PHP layer.
You can find more info at: http://php.iis.net/