Re: TransferEventArgs.Transfers is null when using WinSCP.Session.PutFiles for folders.
The
It's consistent with the case the folder is not empty. The collection will include files in the folder, but not the folder itself.
TransferOperationResult.Transfers
includes only files. If you "upload" an empty folder, there are no files.
It's consistent with the case the folder is not empty. The collection will include files in the folder, but not the folder itself.