Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Winsock Feature
Message
De
26/06/2001 20:47:02
 
Information générale
Forum:
Visual Basic
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00522252
Message ID:
00523937
Vues:
10
>Hi All!!
>
>Is the WinSock control also capable of sending "file" data, as to what its examples show, it can send and receive "string" data. I was wondering if I could develop something like a simple file transfer program in VB and any suggestions as to how i go about it would be greatly appreciated!

Everything that you send on the wire must be "string". In order to send a binary file, you have to convert it first to something that can be sent.

You can implement your own protocol or use and existing one by using Winsock. You can also use the Internet Transfer Control. it implements the HTTP and FTP protocols.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform