Proftpd upload resume
เนื่องจาก upload file แล้ว resume ไม่ได้
error (fielzilla) append/restart not permitted, try again
แก้ไขโดย
#nano /root/ispconfig/isp/conf/proftpd_ispconfig.conf.master
###################################
#
# ISPConfig proftpd Configuration File
# Version 1.0
#
###################################
DefaultAddress 127.0.0.1
<!– BEGIN DYNAMIC BLOCK: vhost –>
<VirtualHost {IP}>
DefaultRoot ~
IdentLookups off
ServerIdent on "FTP Server ready."
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
Umask 002
{ANON_FTP}
</VirtualHost>
<!– END DYNAMIC BLOCK: vhost –>
เก็บไฟล์ไว้ที่นี่ด้วย กันลืม /ispconfig/isp/conf/customized_templates/
AllowRetrieveRestart — Allow clients to resume downloads
AllowStoreRestart — Allow clients to resume uploads
No comments yet.