FTP Library Source Code

Last post 10-05-2008 3:53 by Battlesoft. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 03-03-2008 10:31

    • ctacke
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-27-2007
    • Indiana
    • Posts 1,939

    FTP Library Source Code

    Looking for a simple, managed, shared-source mechanism for FTP client functionality?  Look no further that the OpenNETCF.Net.Ftp namespace.

     

    OpenNETCF.Net.Ftp.zip

    Filed under:
  • 04-05-2008 5:10 In reply to

    Re: Source Code

     Hi,

     

    I am using the sample code OpenNETCF.Net.Ftp

    I am able to connect to the FTP server but when I tried to upload file throught WiFi and GPRS its giving error as follows;

    Connection closed; transfer aborted.

    can u guid me how to solve this problem

    Thanks in advance............

  • 09-27-2008 2:45 In reply to

    Re: FTP Library Source Code

     Hi.

     The code looks nice. I want to use it because the original OpenNETCF-FTP-Request throws an ArgumentException when I try to set it's Method-Property to "NLST". I know that it tries to convert "NLST" to this Enum that consists of four members, but I haven't found any other way to list a directory.

     Unfortunately I am not able to compile this library because both my C#.NET 2008 (Express) and 2005 (part of Studio) say that the project type was not supported.

    Is it possible to upload the binaries?

     

    Thanks in advance

    Philipp (from Germany)

  • 09-27-2008 9:35 In reply to

    • ctacke
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-27-2007
    • Indiana
    • Posts 1,939

    Re: FTP Library Source Code

     Not sure I understand.  If you can develop a device application, then why would the project type be unsupported?  Create a new device library project, pull in all of the source and try to build it that way maybe.

  • 09-27-2008 12:52 In reply to

    Re: FTP Library Source Code

     I am developing with Visual Studio 2005. The language is Visual Basic. So can I include C#-Files in a VB-Project? In VBExpress08 (which I use normally, I took the old Studio for the Device App) this is not possible of course.

     I'll try and post on Monday again.

     

    Thanks

    Philipp

  • 10-05-2008 3:53 In reply to

    Re: FTP Library Source Code

    It worked well, thanks.

    Philipp

Page 1 of 1 (6 items)