FTP client

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JPS

    FTP client

    I have VS 2005 and am trying to create an FTP application. Can anyone
    advise me on where I can find a good sample application?

  • Martin Z

    #2
    Re: FTP client

    *cough* *cough* *google* *cough*



    JPS wrote:
    I have VS 2005 and am trying to create an FTP application. Can anyone
    advise me on where I can find a good sample application?

    Comment

    • Jeroen

      #3
      Re: FTP client

      Martin Z wrote:
      *cough* *cough* *google* *cough*
      >
      http://www.google.ca/search?q=C%23+ftp
      Good suggestion. Btw, you could also have provided him/her with:

      Just Fucking Google It! Search Page -- politely* tell people to Google things first


      :D

      Comment

      • Peter Bromberg [C# MVP]

        #4
        RE: FTP client

        I have used the EnterpriseDT "edftp" .NET ftp library with good results.
        There is a freeware version with source code. You should have no trouble
        finding it with a simple search.
        Peter

        --
        Co-founder, Eggheadcafe.com developer portal:

        UnBlog:





        "JPS" wrote:
        I have VS 2005 and am trying to create an FTP application. Can anyone
        advise me on where I can find a good sample application?
        >
        >

        Comment

        • ignacio machin

          #5
          RE: FTP client

          Hi,

          The web is full of those, you should better google it before posting

          BTW, if you do not have experience working with sockets I suggest you to use
          another protocol, ftp is not the easiest by far.



          "JPS" wrote:
          I have VS 2005 and am trying to create an FTP application. Can anyone
          advise me on where I can find a good sample application?
          >
          >

          Comment

          Working...