-
Hi, I've set up drakkan's sftpgo on my home server. When trying to transfer files to and from the sftpgo server some files transfer fine and others fail. I've seen that there is an issue with large files, but we are talking about files less than 10 MB here. I have some text files which I can transfer and edit on the sftpgo server, which tells me that it isn't a permission issue? I have a case of a .zip file and an .mp3 file which I just cannot transfer for some reason. I've tried the same transfer over both sftp in browser and over webdav, but in both cases the transfer just fails. Has anyone a clue about what this is about? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the issue. It was my nginx config that defaulted to a maximum size of 1MB (client_max_body_size). Once I increased it my file transfers succeeded. |
Beta Was this translation helpful? Give feedback.
I found the issue. It was my nginx config that defaulted to a maximum size of 1MB (client_max_body_size). Once I increased it my file transfers succeeded.