sftpcloudfs icon indicating copy to clipboard operation
sftpcloudfs copied to clipboard

SFTP interface to OpenStack Object Storage (Swift)

Results 4 sftpcloudfs issues
Sort by recently updated
recently updated
newest added

When uploading sub-directories containing more than 1 file with scp, an extra ```\x00``` is inserted in channel, causing error while parsing record in ```recv_inner()```. How to reproduce : ``` ---...

Python 2.7 will end of life in 2020 so we should ensure that the project works with Python 3. Supporting Python 2 is optional.

Bug

Update the dependencies to the latest available version with support, test and fix any incompatibilities.

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...

RFE