我如何在WP7中实现对ftp的支持? [英] How do I implement support for ftp in WP7?

查看:164
本文介绍了我如何在WP7中实现对ftp的支持?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我想从我的Windows Phone 7应用程序(使用XNA构建的应用程序)中检索ftp文件。

据我了解,WP7没有由于端口和协议(?)限制,支持ftp。
有没有什么办法可以让ftp支持工作?

我想一旦套接字支持被添加了,我就可以实现它了,但我不想等待。

干杯

/ Jimmy

解决方案

由于在WinPhone的初始版本中没有支持的套接字功能,因此不能直接使用FTP。您必须创建一个FTP代理Web服务,您的电话将调用该服务,并让该服务执行实际的FTP并转发文件。


Hi
I would like to retrieve documents from an ftp in my Windows phone 7 application (built with XNA in my case).
As far as I understand WP7 does not support ftp due to port and protocol(?) contraints. Is there any way to get ftp support working?
I guess I will be able to implement it my self once socket support is added but I dopn't wan't to wait for that.

Cheers
/Jimmy

解决方案

Since there are no supported socket capabilities in the initial release of WinPhone , you cannot directly FTP. You would have to create an "FTP Proxy" web service which your phone would call and have the service do the actual FTP and relay the files.

这篇关于我如何在WP7中实现对ftp的支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆