file transfer protocol (ftp)

  • Thread starter Thread starter Guest
  • Start date Start date
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..
 
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..
 
Back
Top