sftpcloudfs icon indicating copy to clipboard operation
sftpcloudfs copied to clipboard

RFE: Check permissions before uploading big files

Open reidrac opened this issue 12 years ago • 1 comments

The communication between the SFTP daemon and Swift is over HTTP, and it means that when uploading a big file without write permissions we need to upload the whole file before getting an error.

It would be a good idea testing the permissions first (ie. create a zero bytes file), so the SFTP service returns the error ASAP.

reidrac avatar Aug 31 '11 08:08 reidrac