Re: How to upload file to each of the sub folders?
It's easy with a WinSCP .NET assembly. Just use a
https://winscp.net/eng/docs/library_session_listdirectory
https://winscp.net/eng/docs/library_session_putfiles
Session.ListDirectory
to enumerate all folders and than call a Session.PutFiles
for each.
https://winscp.net/eng/docs/library_session_listdirectory
https://winscp.net/eng/docs/library_session_putfiles