Quote Originally Posted by rory
Meanwhile this is what im basing it off .. got this (or a version of it) off this forum somewhere... if its your code .. thanks .. cant remember who exactly posted it ..
That would be me, and you got it from here: http://www.vbforums.com/showthread.php?t=331990

Here's another client/server to transfer files:
http://www.vbforums.com/showthread.php?t=377648

To send multiple files, list the files in a collection (or something like that), send each file one by one.
Don't forget to WAIT until file is complectly sent, and then send the other file, and so on...