"Simple" FTP transfer

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

    #1

    "Simple" FTP transfer

    Does anyone have an example of a simple FTP trasfer app?
    All I need to do is transfer one file up to a web site and then
    retrieve it again.
    Every example I run into is loaded with code that, to some extent, is
    unnecessary
    Just the basics, set the host name, port number, userID and password,
    path to upload to and path to download to and file name.

  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: "Simple&qu ot; FTP transfer

    Hi,

    Why do you care about the completeness of the component being used?

    Just download one of the several clients, use it as it is and move forward.



    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation

    "JPSutor" <jpsutor@yahoo. com> wrote in message
    news:1135102200 .224794.176950@ z14g2000cwz.goo glegroups.com.. .[color=blue]
    > Does anyone have an example of a simple FTP trasfer app?
    > All I need to do is transfer one file up to a web site and then
    > retrieve it again.
    > Every example I run into is loaded with code that, to some extent, is
    > unnecessary
    > Just the basics, set the host name, port number, userID and password,
    > path to upload to and path to download to and file name.
    >[/color]


    Comment

    • JPSutor

      #3
      Re: &quot;Simple&qu ot; FTP transfer

      Ignacio,
      Do you have one in mind that isn't cluttered with unnecessary
      properties and methods?

      Comment

      • Mark Rae

        #4
        Re: &quot;Simple&qu ot; FTP transfer

        "JPSutor" <jpsutor@yahoo. com> wrote in message
        news:1135107548 .589014.34590@g 49g2000cwa.goog legroups.com...
        [color=blue]
        > Do you have one in mind that isn't cluttered with unnecessary
        > properties and methods?[/color]




        Comment

        • Peter Bromberg [C# MVP]

          #5
          RE: &quot;Simple&qu ot; FTP transfer

          JP,
          I have found EnterpriseDT FTP.Net easy to use and efficient. If you believe
          in "not reinventing the wheel" (as I do).

          edtFTPnet/Free is an open-source .NET FTP library (LGPL) with active and passive modes, binary and ASCII transfers, and resumable transfers.


          Best of all, for purists like you, all the source code is there so you can
          rip out code to your heart's content!
          Peter

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

          UnBlog:





          "JPSutor" wrote:
          [color=blue]
          > Does anyone have an example of a simple FTP trasfer app?
          > All I need to do is transfer one file up to a web site and then
          > retrieve it again.
          > Every example I run into is loaded with code that, to some extent, is
          > unnecessary
          > Just the basics, set the host name, port number, userID and password,
          > path to upload to and path to download to and file name.
          >
          >[/color]

          Comment

          • William Stacey [MVP]

            #6
            Re: &quot;Simple&qu ot; FTP transfer

            The ftp client in .Net 2.0 not working for you?

            --
            William Stacey [MVP]

            "JPSutor" <jpsutor@yahoo. com> wrote in message
            news:1135102200 .224794.176950@ z14g2000cwz.goo glegroups.com.. .[color=blue]
            > Does anyone have an example of a simple FTP trasfer app?
            > All I need to do is transfer one file up to a web site and then
            > retrieve it again.
            > Every example I run into is loaded with code that, to some extent, is
            > unnecessary
            > Just the basics, set the host name, port number, userID and password,
            > path to upload to and path to download to and file name.
            >[/color]


            Comment

            • vglass@jscape.com

              #7
              Re: &quot;Simple&qu ot; FTP transfer

              You may wish to try Secure FTP Factory for .NET. It includes
              components for both FTP and FTPS (FTP over SSL)

              Managed file transfer software and services.


              Comment

              Working...