ensuring unique FTP upload filenames

ensuring unique FTP upload filenames

Post by nr.. » Fri, 26 May 2000 04:00:00


I've got an interesting problem for the FTP server gurus out there...

We want an FTP site that allows tons of users to log into an anonymous
account and submit files.  The files must not overwrite each other, but
we don't want the users to have to worry about specifying a unique
filename.

Ideally, the FTP server would intercept the incoming file and change
its name to a unique identifier.

Is that possible somehow?

I appreciate any insights...

Sent via Deja.com http://www.deja.com/
Before you buy.

 
 
 

ensuring unique FTP upload filenames

Post by Logan Sh » Fri, 26 May 2000 04:00:00



>I've got an interesting problem for the FTP server gurus out there...

>We want an FTP site that allows tons of users to log into an anonymous
>account and submit files.  The files must not overwrite each other, but
>we don't want the users to have to worry about specifying a unique
>filename.

>Ideally, the FTP server would intercept the incoming file and change
>its name to a unique identifier.

>Is that possible somehow?

My guess is you're going to have to modify an existing
FTP server in order to do what you want.

One place to start might be with a perl FTP daemon; it
should be pretty easy to extend something like that.
I've never tried it, but there seems to be a perl ftp
server at http://www.futuresouth.com/~tomw/todokeru/ .

  - Logan

 
 
 

ensuring unique FTP upload filenames

Post by Philip Bro » Sat, 27 May 2000 04:00:00



>I've got an interesting problem for the FTP server gurus out there...

>We want an FTP site that allows tons of users to log into an anonymous
>account and submit files.  The files must not overwrite each other, but
>we don't want the users to have to worry about specifying a unique
>filename.

I think there's some bizzarro option to wuftpd for this.

[ Do NOT email-CC me on posts. Pick one or the other.]

The word of the day is mispergitude

 
 
 

ensuring unique FTP upload filenames

Post by Frank da Cr » Sat, 27 May 2000 04:00:00


: I've got an interesting problem for the FTP server gurus out there...
:
: We want an FTP site that allows tons of users to log into an anonymous
: account and submit files.  The files must not overwrite each other, but
: we don't want the users to have to worry about specifying a unique
: filename.
:
: Ideally, the FTP server would intercept the incoming file and change
: its name to a unique identifier.
:
There's a new service available as an alternative to FTP that does what
you want: the Internet Kermit Service (RFC2839, RFC2840).  It's like an
FTP server, but uses Kermit protocol over a Telnet connection to a special
socket (1649):

  http://www.columbia.edu/kermit/iksd.html

Among its many advantages over FTP is the ability to ensure that incoming
files don't wipe each other out; as the site administrator you can configure
various filename collision preferences: rename the existing file, rename the
incoming file, reject the incoming file, reject the incoming file only if it
is not newer than the existing file, etc.  It can be used by any Telnet
client that includes Kermit protocol.

A publicly accessible Internet Kermit Service is available at Columbia
University if you want to take a look:

  http://www.columbia.edu/kermit/cuiksd.html

- Frank

 
 
 

1. How can ensure unique IP on a subnet ?

Dear *nix expert,

Do you have any idea how to enforce one particular
machine can't be set an IP address which is already
existing in a subnet ?

Here we have an Unix box running BOOTP but yet
I cannot find a way to forbid a hacker pluging
his machine on our 10BaseT port and set his own
IP which may duplicate an existing one.

Do you have any hint on this security issue ?

Please send me any idea by email:

Thanks in advance!
KiT

2. Alpha DS20 sym53c895-0: command processing resumed

3. Cronjob moves files from ftp upload directory before upload is complete

4. What is differences between VSA1 and VSA2??

5. how to set a anonymous ftp but user ftp have unique passwd

6. How to dump core for a process in a specified name

7. How to get a unique filename?

8. Redirecting in sh

9. unique filenames in Makefile

10. automatically rename file to unique filename

11. Creation of unique filename for temp file.

12. How to generate a unique filename

13. generate unique filename in ksh on AIX