Windows Phone 7 FTP Using Sockets

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

I am studying whether they can be migrated to Windows Phone 7, and the main problem is the lack of FTP in Windows Phone. With 7.5 / 7.1 / Mango, I wonder if Sockets can be used, but I can't find a decent shell there. I started working on my own, but I was wondering if I was just replicating the work already available.

+3
source share
1 answer

Our SecureBlackbox package includes FTP / FTPS and SFTP client components for Mango.

+2
source

All Articles