mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Bunch of persons/computers uploading files to the same url/folder #144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leoheck on GitHub.
Bunch of persons/computers uploading files to the same url/folder
Is this possible?
I have a script that makes some questions, and I would like to have the answers uploaded the same place online.
Is this possible with transfer.sh?
@leoheck commented on GitHub:
@leoheck on your own hosted instance?
On any free/public/available.
Or, is it possible to set up a host with this tool?
If yes, then it can be mine.
Could you give me an example before closing this issue?
@paolafrancesca commented on GitHub:
Every new upload with the same filename will overwrite the old one
Also you will be able to access the files only from the local folder,
http://youdomain.com//filename.extwon't work@leoheck commented on GitHub:
I can handle it.
Ok.
Ok
Thanks @aspacca
@paolafrancesca commented on GitHub:
@leoheck on your own hosted instance?
probably, setting
--random-token-length/RANDOM_TOKEN_LENGTHto zeronot on hosted transfer.sh
@paolafrancesca commented on GitHub:
I doubt any free/public/available instance have 0 length for the random token
How proficient are you in running a service on internet?
This could be a starter:
https://github.com/dutchcoders/transfer.sh#docker
Something like:
Beware that if the users will upload files with the same name it could be a problem (not sure the latest will be saved or the first only, and later ones will fail)