WinSCP .NET assembly - How to set folder permissions after creating directory?
问题 I'm building a web site and I want that when a user registers, to create a directory on the SFTP server and put in that directory a new file I'm using WinSCP .NET assembly, and writing C#. I noticed that you are able to set permissions only in the method: Session.PutFiles and not in the method: Session.CreateDirectory Snd so after I create the directory and put the file in it, I cannot access the file because I don't have permissions - I'm accessing the file with the full URL How can I access