Windows Phone 7 FTP using Sockets

I have some Windows Mobile Smart Device applications coded in Visual Studio C# that use FTP for the send/receive mechanism. It's not ideal, but it works.

I've been investigating whether these can be ported over to Windows Phone 7 and the major problem is the lack of FTP in Windows Phone. With 7.5/7.1/Mango I'm interested whether Sockets can be used but I can't find a decent wrapper out there. I've started work on my own but I was wondering if I'm just replicating work already available.


我们的SecureBlackbox组件套件包括芒果的FTP / FTPS和SFTP客户端组件。

链接地址: http://www.djcxy.com/p/59248.html

上一篇: 将Windows Phone 7应用升级到芒果

下一篇: Windows Phone 7使用套接字的FTP