Score:0

How can I create an upload-only SFTP Server on Windows?

us flag

I need to create an upload-only SFTP Server on Windows. I have installed OpenSSH SFTP Server according to https://manage.accuwebhosting.com/knowledgebase/3627/How-to-setup-SFTP-on-Windows-Server-2016.html, but I can't set the folder permissions in a way that would allow the user to list folders, but not read data.

It was very easy to do for FTPS using Filezilla Server - you can set the permissions in Filezilla: Filezilla Server folder permissions

From some other posts on ServerFault I saw that it's possible to blacklist requests, so I thought that blacklisting the "read" request could help. But I can't find the way to do this on Windows. I've tried specifying the "-P read" parameter for the SSHD service: SSHD startup parameters but it didn't work as expected.

Is there any way for me to create an upload-only SFTP using OpenSSH in Windows? Or maybe there is another software that offers Filezilla-like permissions? Hopefully a free/cheap one :)

djdomi avatar
za flag
how's about chmod -r+w that allows you to write but not to read?
Gromit avatar
us flag
I guess you missed the "Windows" part :)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.