Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compact Framework - OpenNetCf.Net FTP Samples?

Tags:

I am trying to get the OpenNetCF.Net FTP Components working with my PDA application. I am struggling to get it doing any more than connecting to the server and wondered if anyone knew of any sample code I could use to learn how to use it with?

I need to be able to download and upload files, as well as determining the download size of any files that I wish to download.

Thanks in advance.

like image 450
djdd87 Avatar asked Dec 09 '08 09:12

djdd87


1 Answers

I don't like the classes in the OpenNETCF.Net.FTP namespace (the ones in the Smart Device Framework). They're based on streams just like the full framework version (which is why we did them that way) but I find usage to be confusing (though any desktop FTP sample should work as a basis). I wrote a complete FTP set of classes from the RFC but with an object model that I find far more intuitive that is in the OpenNETCF Community Forums. Comes with full source.

like image 128
ctacke Avatar answered Sep 25 '22 21:09

ctacke