redbo / cloudfuse

Filesystem (fuse) implemented on Mosso's Cloud Files
http://redbo.github.com/cloudfuse/
MIT License
392 stars 114 forks source link

Not sure why. #2

Closed TheJamesKing closed 14 years ago

TheJamesKing commented 14 years ago

I'm unable to transfer any files larger than around 256mb. Any ideas?

Two attempted transfers below:

[Did Transfer]

PUT /v1//backups%5Falpha/256 HTTP/1.1 User-Agent: CloudFuse Host: snet-storage4.clouddrive.com Accept: / X-Auth-Token: Content-Type: application/octet-stream Content-Length: 268435456

[Did not transfer]

PUT /v1//backups%5Falpha/1024 HTTP/1.1 User-Agent: CloudFuse Host: snet-storage4.clouddrive.com Accept: / X-Auth-Token: Content-Type: application/octet-stream Content-Length: 1073741824

redbo commented 14 years ago

I had a silly timeout set on the overall upload duration. I've removed that. Thanks!