Discuss (FTP), (FTP on .NET CF) and (FTPS, SFTP and SCP).
no avatar
User

Wentu

Posts

1

Joined

Fri Apr 23, 2004 12:47 am

does this library work in compact framework ?

by Wentu » Wed Jul 28, 2004 12:24 am

Hi !

i need ftp functionality in my PocketPC app. and i am trying to see if i can translate one of ur examples to the compat framework. I tried with FTPClientTester (before that, i tried the same program as is, and it worked fine).

In the class FTPClient there is this snippet:

public FTPClient(string remoteHost)
{ control = new FTPControlSocket(remoteHost, FTPControlSocket.CONTROL_PORT, null, 0);
}


When this constructor is called , i get the following error:


An unhandled exception of type 'System.MissingMethodException' occurred in FTP.dll

Additional information: Metodo non trovato: get_Out System.Console, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC.


("Metodo non trovato" = "method not found")

When i try to understand which instruction has the error in the code of FTPControlSocket class, i can't even stop the flow of the program with a breakpoint.
I started thinking it is not possible to use this library with CompactFramework. Is it really so ? what could be the problem ?


thankx a lot

Wentu
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: does this library work in compact framework ?

by support2 » Wed Jul 28, 2004 12:42 am

no avatar
User

smartworks

by smartworks » Sat Jul 31, 2004 2:10 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Thu Aug 05, 2004 8:06 pm

no avatar
User

Wavyx

Posts

5

Joined

Thu Sep 16, 2004 1:07 am

by Wavyx » Thu Sep 16, 2004 1:23 am

no avatar
User

Wavyx

Posts

5

Joined

Thu Sep 16, 2004 1:07 am

by Wavyx » Thu Sep 16, 2004 3:44 am

no avatar
User

twospoons27

Posts

1

Joined

Wed Jan 12, 2005 2:49 am

Need Additional Info

by twospoons27 » Wed Jan 12, 2005 3:53 am

Wavyx,

Would it be possible for you to post a complete (*functioning*) code listing using the edtftp tool and the .net compact framework? I'm trying to implement your workaround and I'm still not clear on what and where to modify.

Thanks!

Who is online

Users browsing this forum: Google [Bot] and 10 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign