notroj / neon

neon - an HTTP/1.1 and WebDAV client library with a C API
https://notroj.github.io/neon/
131 stars 33 forks source link

Whether files more than 4G can be transferred successfully #121

Closed zkm111 closed 1 year ago

notroj commented 1 year ago

Depends on operating system and architecture. On 64 bit architectures it should work everywhere. On 32-bit architectures it should work on Unix if LFS support is enabled at build time.