I'll explain it:

I got apache installed on my Linux Ubuntu and i need to upload some big files and I want to make it available to download only when the transfer done.

it's possible to do it?

link|improve this question
stop the apache? User's download is your upload so just stop the apache then – casey_miller Jan 27 at 1:34
feedback

2 Answers

up vote 1 down vote accepted

Upload it under a user's account that Apache can't access and then chown OR upload it to a temp dir and mv it into place?

link|improve this answer
yes it will work, thanks. but maybe i could do it with some httpd.conf or on ubuntu. – MrMissaya Jan 27 at 1:50
feedback

You can use a PHP script (or similar device) that only permits a file to be seen or downloaded if it hasn't been modified for at least a minute.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.