Does deleting temporary symlinks interrupt current downloads/access to that symlink?

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2010-06-08T05:16:14Z Indexed on 2010/06/08 5:22 UTC
Read the original article Hit count: 182

Filed under:
|

I am using symlinks generated in PHP. They are generated when someone requests a download, and I want them to expire at the end of each day.

The problem is, what if someone starts downloading a symlink 1 minute before the end of the day and then I delete the symlink while they are downloading it...

My question is, to your knowledge will that individual downloading the symlink, right before I delete it, still be able to "download" the file? I am not worried about "resumable download" capability.. but will it make their download stop or break in some way?

© Stack Overflow or respective owner

Related posts about php

Related posts about symlink