Hello,
I have cpanel and when uploadeing 100 meg files or bigger it times out or stops the transfer. This is fine except I cannot resume the upload.
I would really appreciate any help on how to enable some sort of resume on ftp.
Thanks, Charles
Hello,
I have cpanel and when uploadeing 100 meg files or bigger it times out or stops the transfer. This is fine except I cannot resume the upload.
I would really appreciate any help on how to enable some sort of resume on ftp.
Thanks, Charles
I believe if you add the following in your proftpd.conf file it should enable resume. You can add it to a particular &virtualhost& or to &global&.
AllowRetrieveRestart on
AllowStoreRestart on
The first one enables resumes for downloads and the second for uploads.
Richard
Great sorry for the dummy but what directories are that file in?
Thanks
found it :]