[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SAGE] incoming file transfers, and collaborative environments in general



On Tue, Jan 04, 2005 at 09:39:08PM -0600, Doug Hughes wrote:
> I've used a twist on this where you set the ftp server (usually wietse's,
> and usually with the -u flag) to set it so that the owner (ftp) could
> not read the file once it was put.
> 
> Thus, external people could drop of files to internal people, but
> no other external people could then subsequently fetch the files.
> This avoids the 'warez' problem because they quickly realize that
> while they can store stuff there, it doesn't do them any good
> because they can't fetch it afterwards.

A similar thing I've seen done on occaision is to have a cron job come
in and move the file to another point on the same disk. 

As you've got a filehandle open for that file and you're staying on the
same disk it doesn't (or at least shouldn't) effect files being written.

Of course, this also comes under the title of "cheap hack"...

Paul