FTP File on a Pocket PC

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

Does anyone know the best way in vb.net to move a text file from a Pocket PC device onto an FTP server (over an Internet connection)

I don't see any FTP tools in the .net compact framework (or the normal framework for that matter)

Any ideas would be much appreciated

Thank you
Mark
 
Hi Mark,

Some links
VB.NET:
http://www.freevbcode.com/ShowCode.Asp?ID=4655
http://www.allapi.net/downloads/NetFTP.zip
http://www.visualbuilder.com/article/viewarticle.asp?id=1234
http://www.abderaware.com/ (commercial FTP component)

Microsoft webrequest
http://support.microsoft.com/default.aspx?scid=kb;EN-US;812409

C#
http://www.csharphelp.com/archives/archive9.html
http://www.codeproject.com/csharp/FTPDriver1.asp


I hope this helps a little bit?

Cor
Hello,

Does anyone know the best way in vb.net to move a text file from a Pocket
PC device onto an FTP server (over an Internet connection)?
 
Back
Top