No, there is not. However, you can
- use one of the free, socket-based ftp libraries you can
find easily on the net
- use the FTP-implementation of the
System.Net.WebRequest/Response class which you find in the KB
- use the Win32 Internet* functions from wininet.dll
I would suggest you to use the latter.
/Jo
> Is there an control or class in VB.net what can give me an easy way to
> program a simple FTP program?
>
> Something like inet in vb 6
>
> thanks