可以从 IIS 服务器上的远程文件夹获取数据吗?

发布于 2024-11-08 07:04:46 字数 217 浏览 0 评论 0原文

到目前为止,我已经使用了远程 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水中月 2024-11-15 07:04:46

我从 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文