ftp client application in VB.Net vs VB 6 
Author Message
 ftp client application in VB.Net vs VB 6

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 ?
Is there a change in Controls/Methods for FTP using between .Net and VB 6 ?

Thanks



Mon, 19 Jul 2004 17:43:43 GMT  
 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/



Mon, 19 Jul 2004 19:40:22 GMT  
 ftp client application in VB.Net vs VB 6
COM interop will allow the use of VB6 controls in VB.NET.  VB.NET wraps the
COM control in a runtime callable wrapper that makes it look like a .NET
component.

The VB6 example code will have to be "converted" to VB.NET.

--
Jim
Jimco Add-ins
Freeware add-ins and utilities for Microsoft FrontPage
http://www.jimcoaddins.com


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 ?
> Is there a change in Controls/Methods for FTP using between .Net and VB 6
?

> Thanks




Mon, 19 Jul 2004 21:07:57 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. ftp client application in VB.Net vs VB 6

2. Looking for open source project that write a FTP client in VB.NET

3. FTP client in VB.NET

4. VB.NET FTP Client

5. Looking for open source project that write a FTP client in VB.NET

6. FTP Client with VB.NET

7. VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application

8. example for FTP application in VB.net

9. example for FTP application in VB.net

10. Need ideas to create client/web server application in VB.NET

11. Newbie confused: VB6 vs VB.Net vs VBScript vs VBA

 

 
Powered by phpBB® Forum Software