file transfer protocol (ftp)

G

Guest

im currently developing an mobile file sharing application for win ce 4.2, do
ya all think ftp is the most suitable way for me to do it?? or is there any
other suggestion??

im new in using .net cf.. hope someone can give some help for me..
 
B

billy

perhaps sharing files via http instead would be more straightforward. you
can port that code to any kind of device and have the same interface...even
the display of statistics of who downloaded what, when, and from what ip
(you don't even need to install sql server [ce] to store that kind of
data...xml works fine). plus, there would be nothing to install other than
moving your .asp code onto each device (for pier to pier sharing). then, all
you'd need to know would be the url to go to in order to get a file.

just a thought.


| im currently developing an mobile file sharing application for win ce 4.2,
do
| ya all think ftp is the most suitable way for me to do it?? or is there
any
| other suggestion??
|
| im new in using .net cf.. hope someone can give some help for me..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top