You will need to send the files one at a time.
using System.IO;
using System.Net;
Use the Directory.GetFiles() method to find the files you want to send.
Use a WebClient and the .UploadFile() method to send the files to the remote server.
There are other options for uploading, but this one will work in most cases.
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402