proftpd 无法断点续传

FTP客户端的错误提示为:Append/Restart not permitted, try again

proftpd 无法断点续传

FTP客户端的错误提示为:Append/Restart not permitted, try again

  1. # 修改 /etc/proftpd.conf
  2. # Allow users to overwrite files and change permissions
  3. # AllowOverwrite               yes
  4. AllowOverwrite                on
  5. AllowRetrieveRestart on
  6. AllowStoreRestart on
1 1