FTP in VB.Net

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

    FTP in VB.Net

    Hi,

    I need to download, upload delete etc files on a server
    using FTP in VB.Net.

    I also need a timer that will run this every hour.

    Does anyone know of any example Source Code that shows
    this?

    Thanks,
    Paul.
  • John Timney \(Microsoft MVP\)

    #2
    Re: FTP in VB.Net

    try this



    It should be very easy to wrap into a windows service, or a console app
    accompanied by a timer event

    --
    Regards

    John Timney (Microsoft ASP.NET MVP)
    ----------------------------------------------
    <shameless_auth or_plug>
    Professional .NET for Java Developers with C#
    ISBN:1-861007-91-4
    Professional Windows Forms
    ISBN: 1861005547
    Professional JSP 2nd Edition
    ISBN: 1861004958
    Professional JSP
    ISBN: 1861003625
    Beginning JSP Web Development
    ISBN: 1861002092
    </shameless_autho r_plug>
    ----------------------------------------------

    "Paul" <paul@nospample se.com> wrote in message
    news:0f3801c351 3e$bdcb5ef0$a60 1280a@phx.gbl.. .[color=blue]
    > Hi,
    >
    > I need to download, upload delete etc files on a server
    > using FTP in VB.Net.
    >
    > I also need a timer that will run this every hour.
    >
    > Does anyone know of any example Source Code that shows
    > this?
    >
    > Thanks,
    > Paul.[/color]


    Comment

    • John Timney \(Microsoft MVP\)

      #3
      Re: FTP in VB.Net

      try this



      It should be very easy to wrap into a windows service, or a console app
      accompanied by a timer event

      --
      Regards

      John Timney (Microsoft ASP.NET MVP)
      ----------------------------------------------
      <shameless_auth or_plug>
      Professional .NET for Java Developers with C#
      ISBN:1-861007-91-4
      Professional Windows Forms
      ISBN: 1861005547
      Professional JSP 2nd Edition
      ISBN: 1861004958
      Professional JSP
      ISBN: 1861003625
      Beginning JSP Web Development
      ISBN: 1861002092
      </shameless_autho r_plug>
      ----------------------------------------------

      "Paul" <paul@nospample se.com> wrote in message
      news:0f3801c351 3e$bdcb5ef0$a60 1280a@phx.gbl.. .[color=blue]
      > Hi,
      >
      > I need to download, upload delete etc files on a server
      > using FTP in VB.Net.
      >
      > I also need a timer that will run this every hour.
      >
      > Does anyone know of any example Source Code that shows
      > this?
      >
      > Thanks,
      > Paul.[/color]


      Comment

      Working...