Web Hosting Talk







View Full Version : FTP File Upload Resume Question!


timbo
06-11-2001, 08:26 PM
Does anyone know how to allow Resumes using FTP on a Raq4i? I am currently using a Raq from http://www.cqhost.com (who, so far, have been very good!)

For instance -- I was uploading file.zip. It timed out, so I tried to Resume the upload and got:

451 file.zip: Append/Restart not permitted, try again.
ERROR> Unable to open file

Any suggestions?

Thanks!

Tim

jtan15
06-11-2001, 09:02 PM
Open your proftpd.conf file (should be found in /etc) and put this in:

</Global>
AllowStoreRestart on
</Global>

The global directive around it will mean that it will be enabled for all sites. You can put it in a particular vhost, or even a .ftpaccess file. Make sure to reboot proFTPD after making the change.

Hope this helps. :)

timbo
06-11-2001, 09:04 PM
Many thanks! I will try that today...... (well, later today...it's 2:12am now and time for sleep ;)