Transfering Files with VB6...
when someone rightclicks on a username and picks file transfer, it gets the users username and the IP address of the user to send file to and the the file transfer form pops up.
What im trying to figure out is which is a better way to do this...
With a winsock control or using internet transfer controls ( the one im leaning towards)
im assuming the main form with the winsock control will handle the incoming request, and if incomingdata is "filexfer" then open the file transfer window with the variables username and IP address... when the form opens should i then have it use the transfer protocol at that point and if so how would one go about setting that up. Thanks

