borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Data Shaping)Next Topic (oracle store procedure related question ??) New Topic New Poll Post Reply
AndreaVB Forum : Database : how to upload multiple files simultaneously from one machine to another machine??
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how to upload multiple files simultaneously from one machine to another machine??

please tell me how can i upload multiple files simultaneously from one machine
to another machine very quickly by a vb application.

28-09-2002 at 11:50 AM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1617
icon Re: how to upload multiple files simultaneously from one machine to another machine??

If the machines are on the same network, it'd be a lot easier to use the CopyFile or CopyFileEX (NT only) API.

Otherwise you'd be using multiple ports and a winsock control (or API). And the speed would be decreased based on how large and many files there are being transfered. And you'd have to decipher the data being sent, and you'd lose (unless you trap for) any NTFS permissions.

28-09-2002 at 06:38 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Database : how to upload multiple files simultaneously from one machine to another machine??
Previous Topic (Data Shaping)Next Topic (oracle store procedure related question ??) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder