• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

"resume all" not working

I

ilustrate

Guest
anyone know why plesk is giving me and a friend trouble auto "resume all" when using an ftp client such as flashFXP? or maybe how we can correct this from occurring. it seems like plesk doesn't allow "resume all" to work.
 
From the proFTPd docs:
21. How do I configure proftpd to allow transfer resumption (for downloads and uploads)?

To allow downloads to be resumed, you need to use the AllowRetrieveRestart configuration directive.

To allow uploads to be resumed, you need to use both the AllowOverwrite and AllowStoreRestart directives. The reason that both need to be allowed is that a restarted/resumed upload is a form of overwriting the file.

Also note that using HiddenStores and AllowStoreRestart is incompatible, as mentioned in the documentation for the AllowStoreRestart and HiddenStores directives.
This is not in the default proFTPd config file, not Plesk's fault.

You can put these into the /etc/proftpd.include or /etc/proftpd.conf files:

AllowStoreRestart on
AllowRetrieveRestart on
 
How about when Plesk overrides the config by a package update or change in the Plesk server GUI?

Is that Plesk's fault??

I think so...
 
Back
Top