NCPFS is a network file system, comparable to NFS, allowing you to mount volumes of NetWare servers under Linux. I want to mount a network file system under the files Drupal directory, in order to have all uploaded files stored on another server (with strong backup features). I did all the mounting operations. Then, all seems to work perfectly except one thing. Files larger than 255 bytes are downloaded with a size of 0 byte (empty), even though I successfully uploaded the files previously. Tiny files can be downloaded.

I also tested the upload module. I attached files to nodes and downloaded them without problem.

I also tried the fileshare module without NCPFS, and it works fine.

I hesitated to submit this as a feature request. It could be one.

Comments

ysanchez’s picture

Component: Code » Module
Status: Active » Fixed

Since the latest release, as you can choose the private download method, the problem is solved. in fact, this problem also happens when a document is attached in a normal node and the download method is public. Then, this is no more a "fileshare" module specific problem, but more related with the core public download method.

Anonymous’s picture

Status: Fixed » Closed (fixed)