views:

17

answers:

1

I have a mobile application that needs to FTP an image over a wireless TCP/IP connection to a server. I have searched the internet for resources only to find that some of the popular ways to do this are not supported by the dot net compact framework (such as System.Runtime.Remoting). Is using TCP/IP a viable solution or is there another way to do this?

Thank you ahead of time,

Zach Smith

A: 

Assuming you have a connection, something like this should work.

hemisphire