Comment by ๐Ÿš€ ingrix

Re: "New smolweb file transfer service"

In: s/SmallWeb

@jsreed5 The utility is written in C and statically linked so that it can be aggressively chrooted. The redirect is a good idea that hadn't occured to me, thanks! I'll have to think on how to implement it but I like the idea.

๐Ÿš€ ingrix [OP]

2025-09-18 ยท 8 months ago

1 Later Comment

๐Ÿš€ jsreed5 ยท 2025-09-18 at 15:44:

The more I think about it, providing separate file names might introduce too much complexity. How should collisions be resolved? If a share code matches a file name, one runs the risk of either an infinite redirect loop or serving the wrong file. Unless you're willing to implement separate URLs for inputting the code versus downloading the file, it might be better to stick with only a share code.

Original Post

๐ŸŒ’ s/SmallWeb

๐Ÿš€ ingrix:

New smolweb file transfer service โ€” Have you ever needed to transfer a file to someone, or maybe yourself, but you haven't had access to dropbox or whatever at the time? Or maybe you need to transfer something to or from a machine that you only have terminal access to? I ran into these issues, so I set up a service for piping data from the command line - literally, it acts like a unix pipe - using ingrix.info as a proxy. You also don't need to sign up for it! (Unless you want to send me a...

๐Ÿ’ฌ 7 comments ยท 10 likes ยท 2025-09-16 ยท 8 months ago