hab paar probs mit meinem proftpd
und zwar kann ich keine files resumen und fxp (von backupserver) geht auch nicht
was muss ich da einstellen damits funzt??
mhh irgendwie bekomm ichs net hin...
kommt immer noch
501 REST not compatible with server configuration
This site may not allow file resuming
hab ftpd aber auch neugestartet, also daran liegts net..
http://proftpd.linux.co.uk/docs/directives/linked/config_ref_AllowRetrieveRestart.html
By default this is enabled, so that clients may resume interrupted file transfers at a later time without losing previously collected data.
Sag uns also, was du an deiner Konfiguration verändert hast.
<Global>
AllowRetrieveRestart on
AllowStoreRestart on
AllowForeignAddress on
PathDenyFilter "(\.htaccess)|(\.ftpaccess)$"
MaxClients 20 "Sie sind bereits eingeloggt."
ServerIdent on "FTP SERVER"
DefaultChdir ~/
UseFtpUsers on
</Global>