Questions tagged [writeonly]

22 questions
0
votes
2 answers

AWS Transfer for SFTP write only bucket access?

Is it possible to give an SFTP user a write only access to a bucket? - Sid: AllowListingOfUserFolder Action: - s3:ListBucket Effect: Allow Resource: - arn:aws:s3:::mybucket - Sid: HomeDirObjectAccess Action: …
Tolga Evcimen
  • 7,112
  • 11
  • 58
  • 91
0
votes
0 answers

Qt C++: QFile won't open *.txt resource in WriteOnly

I am trying to read a line from a .txt file and then write that line back into another .txt. However, I can only open the files in ReadOnly mode. When I try to write back to the second resource .txt it won't open. In my project I added a resource…
0
votes
2 answers

What is the use of a page table entry being write-only?

I'm currently learning about page tables in my operating systems class, and have come across the read-only bit. I understand the use of having the status of the page table being read-only or being read-write, but in lecture, they also mentioned that…
kbunarjo
  • 1,277
  • 2
  • 11
  • 27
0
votes
1 answer

Qt - Create WriteOnly and ReadOnly socket

I have a socketDescriptor. I need to two sockets. One of them just for ReadOnly and another one for WriteOnly. Is it impossible? If so, how?
0
votes
1 answer

When should I allow write but restrict read?

I and my colleagues were discussing today our security system comparing it to Unix file access permissions. And at some point a question arose: are there any use cases when you must restrict access to WRITE only? I would appreciate links to articles…
Aleksandr Kravets
  • 5,750
  • 7
  • 53
  • 72
0
votes
0 answers

refresh a write only excel

I am trying to refresh an excel workbook. There are two sheets that need to be refreshed because they are connected to our database. The workbook is saved as a write only. I can get the workbook to open but I can't get the password to be written…
0
votes
2 answers

Access to WriteOnly Property

I have a base class that is written in VB.net. This base class has a property. I have a C# class that is drived from that vb class. I need to set property here so I can give a value on to it. This is my property in vb.net class: Public…
Alma
  • 3,780
  • 11
  • 42
  • 78
1
2