
ftp client application in VB.Net vs VB 6
Quote:
> I am going to write an ftp client application in VB.Net.
> Can I relay on VB 6 examples or I need only new examples for .Net ?
I would start all over again instead of trying to upgrade VB6 applications
to .NET.
Quote:
> Is there a change in Controls/Methods for FTP using between .Net and VB 6
?
You _can_ use the same controls/API functions, but you _shouldn't_.
Use the System.Net.Sockets.Socket class instead to implement the FTP
protocol.
If you're looking for example code, we have a full VB.NET FTP implementation
at
http://www.allapi.net/downloads/NetFTP.zip
Regards,
Pieter Philippaerts
http://www.allapi.net/classlib/