Hallo,
i have Visual Studio 2008 Pro, SDF Community 2.3 using OpenNETCF.Net.Ftp namespace, Windows Mobile 6 Professional SDK.
I compiled the OpenNETCF.Net.Ftp.dll in the sample you can download here and make an sample application with that OpenNETCF.Net.Ftp.dll.
This applikation makes FTP connects, File uploads and File downloads in the sdk mobile 6 pro emu with no problems.To make this work you got to copy the OpenNETCF.Net.Ftp.dll, OpenNETCF.Net.dll and OpenNETCF.Configuration.dll to your application.
But if i transfer the application to an "real" mobile 6 device (ARM) i get errors when i start an file upload like this
private void bt_upload_Click(object sender, EventArgs e)
{
m_ftp.ChangeDirectory(ftpuploadpathserver);
ERROR : OpenNetCF.Net.Ftp.FTPException at OpenNetCF.Net.Ftp.FTP.SendFile() at
The connection to the FTP Server works fine.
Does anybody knows what the Problem is?
best regards LANToeter