winfsp / sshfs-win

SSHFS For Windows
https://winfsp.dev
Other
5.12k stars 259 forks source link

"Not enough space to upload files" error #133

Open addog opened 4 years ago

addog commented 4 years ago

When i try to upload files, i get the error you see in the picture below. When i try to upload with WinScp, i do not get the error.

My server: Windows server 2016 or 2019 Using bitvise ssh server

My client: Windows 10 With sshfs-win i cant upload files, but i can still download files. With winscp i can upload and download

billede

billziss-gh commented 4 years ago

The drive is being reported as having only 64KB. Perhaps a configuration issue on your SSHFS server?

addog commented 4 years ago

I don't know why its only listed as 64kb. But i have no issues with other sftp clients.. I don't know what setting on my sftp server

hexian000 commented 3 years ago

I have same issue. I guess it's because windows explorer always checks space for "\sshfs.kr\user@host". When the path is crossing a symlink/hardlink or mount point, this problem appears. Sry for poor English

aleeraser commented 4 months ago

I'm facing the same problem and I confirm that the issue is a wrong calculation of the available free space when copying files on a mounted path (e.g. an external drive). I can copy all the files I want, granted that they do not exceed the total free space available in the root partition (that I have mounted), even though the total free space on the mounted path is way higher.