Glftpd-Problem : 426 sendfile error

desty

Erster Beitrag
hi,

habe mit dem glftpd ein prob , zwar läuft der server super, DL / flashen(zu mir) geht wunderbar nur wenn ich versuche files auf einen anderen server zu schieben bekomme ich immer den fehler

426 Sendfile error: Function not implemented.

an was kann das liegen ?? habe suchfunktion benutz aber ohne erfolg :(

hat wer ne idee an was es liegen könnte ??


mfg
 
Herzlich Willkommen auf dem Wohlfühlboard!
Leider habe ich diesen Server selber nicht mehr installiert, daher kann ich nur mit einem Zitat aus der Anleitung helfen:

dl_sendfile <#>
This option determains if we should use the zerocopy systemcall sendfile() on systems
where this is available. This option overrules mmap_amount which is one of the 3
possible downloading methods, being: plain, mmaped and zerocopy.
If set to >0 this option is enabled, 0 or no line is disabled.
The number specifies size ( in kbytes) of block for one sendfile() system call. During the call
sharedmem (user info) is not updated, so for slower sites use smaller number !.

If user has speed rate limit or transfer is using SSL glftpd will automatically fallback
to mmap or normal upload.

We strongly recommend you use this function unless you use a lot of speed limiting.

As of v2.0RC5 this option is enabled by default unless specified otherwise (with 512kb blocks)

NOTE: This system is not available on all operating systems, confirmed to support
this are Linux, FreeBSD, Solaris and AIX. Also, this is only available on plain
binary file transfers (no TLS/SSL).
 
Oben