I am trying to upload 230+ files on to an FTPS server using Rebex's FTP component. All the files TOTAL are like 5MB. 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. Can anyone help explain why this is slow or suggest how this could be done quicker?
EDIT:
Fixed it by doing a for loop and inserting each file with PutFile without S and it works, only now at 180 files it stops, trying to figure this out now, answers are welcome
Try http://winscp.net/eng/index.php