Get a file using FTP and VB.net

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

    Get a file using FTP and VB.net

    Can anyone help?.......
    I need to grab an XML file from an FTP server for use in a VB.Net
    application. I have been scouring the web to no avail. I have found a few
    VB 6.0 examples but don't know if or how I can use them in a .NET
    application.

    Any help or direction would be greatly appreciated.

    Thanks for your time.

    Kelly Pearson


  • Codemonkey

    #2
    Re: Get a file using FTP and VB.net

    Kelly,

    If you have a VB6 one, you can probably reference it in .net pretty easily
    by adding a COM reference to the library.

    I got a .net FTP component from a magazine once. It is a demo LITE version,
    so probably isn't much use to you, but you can look for the full version at:



    Also try:



    HTH,

    Trev.



    "Kelly Pearson" <kelly.pearson@ po.state.ct.us> wrote in message
    news:e012EhrhDH A.1180@TK2MSFTN GP12.phx.gbl...[color=blue]
    > Can anyone help?.......
    > I need to grab an XML file from an FTP server for use in a VB.Net
    > application. I have been scouring the web to no avail. I have found a[/color]
    few[color=blue]
    > VB 6.0 examples but don't know if or how I can use them in a .NET
    > application.
    >
    > Any help or direction would be greatly appreciated.
    >
    > Thanks for your time.
    >
    > Kelly Pearson
    >
    >[/color]


    Comment

    Working...