Thank you. Is .Net 2.0 available yet? Will it work with
VS2003? Does it come with VS2005?
[color=blue]
>-----Original Message-----
>Rich,
>
> .NET 1.1 doesn't support FTP operations, so you would[/color]
have to use[color=blue]
>WinInet to perform FTP operations (or a third party[/color]
component).[color=blue]
>
> However, .NET 2.0 supports FTP through the[/color]
FtpWebRequest and[color=blue]
>FtpWebResponse classes.
>
> Hope this helps.
>
>
>--
> - Nicholas Paldino [.NET/C# MVP]
> -
mvp@spam.guard.caspershouse.com
>
>
>
>"Rich" <anonymous@discussions.microsoft.com> wrote in[/color]
message[color=blue]
>news:28fa01c4de1d$919845b0$a301280a@phx.gbl...[color=green]
>> Greetings,
>>
>> I have a VB6 app that uses API's from wininet.dll for[/color][/color]
FTP-[color=blue][color=green]
>> ing textfiles to and from Mainframe computers and doing
>> directory searches on the mainframe from a windows[/color][/color]
desktop[color=blue][color=green]
>> computer, etc. I want to migrate this app to C#. So
>> before I start re-inventing the wheel (with
>> InteropServices) can C# perform FTP operations like
>> wininet.dll? If so, could someone point me (or show me)
>> some examples of how to do this? If not, I guess I use
>> System.RunTime.InteropServices to access the wininet.dll
>> api's?
>>
>> Thanks,
>> Rich[/color]
>
>
>.
>[/color]