Hi,
I am trying to upload 230+ files on to an FTPS server.. all the files TOTAL are like 5 mb so each is a few kb. I upload the file with this line of code:
ftps.PutFiles(@"C:\blablabla\*.csv", @"blablafolder/test", FtpBatchTransferOptions.XCopy, FtpActionOnExistingFiles.OverwriteAll);
But it takes 2 a 3 hours... this isn't right anyone knows why???