Connecting Tech Pros Worldwide Help | Site Map

FTP from Mobile

Member
 
Join Date: Nov 2008
Location: UK
Posts: 117
#1: Mar 18 '09
Hi there.

Has anybody implemented FTPing from a mobile device, such as a PDA please?

I am looking for a solution involving ASP.Net with C# in particular.

The first stumbling block I have encountered is that it appears you cannot invoke the System.Net.FtpWebResponse class when in mobile device development of Visual Studio 2008, so maybe I am doing something silly my end?

Any help most appreciated please?

Thank you.

Mark :o)
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,393
#2: Mar 18 '09

re: FTP from Mobile


Doesn't look like that is supported in the compact framework. Have you considered the BinaryReader class?
Reply