Copyparty – Turn almost any device into a file server
81–90 of 177 posts
Re: Copyparty – Turn almost any device into a file server
#82Earlier quoted context omitted.
As others have said - it would be standalone, not connected to the internet. Have debated making it "read-only", but then I would be culpable for the curation of content... That and perhaps I just don't want to encourage people loitering around in front of my house for long-transfers... OTOH - this could be useful for essentially a "dead-drop" independent standalone box for, uh... "civil disobedience" reasons... (or…
It would still be physically located on your property with potentially illegal content on it. Sounds like a nightmare.
Which sounds like alot, but if we factor in the extended family and cross-media sharing and the number of separate streaming services we all subscribe to across many many years, then this is a "deal"...
OTOH - I don't want to be the first case/person to help determine what precedent will be set if something actually gets taken to the end-state statutory damages..
Re: Copyparty – Turn almost any device into a file server
#83Re: Copyparty – Turn almost any device into a file server
#84The author of this tool uploaded a YouTube video demonstrating it a few days ago: https://www.youtube.com/watch?v=15_-hgsX2V0 At one point in his demo, he uploads a file but terminates the upload more or less halfway. Then he begins downloading the file - which only progresses to the point it had been uploaded, and subsequently stalls indefinitely. And, finally, he finishes uploading the file (which gracefully resume…
Re: Copyparty – Turn almost any device into a file server
#85Earlier quoted context omitted.
I recall we had special apps to queue and schedule our downloads, and resume them where servers supported it. They were a dream compared to the boredom of staring at progress bars.
The server that has moved countless Petabytes is glFTPd that allows FXP ( clients without bandwidth can initiate to transfer files from server to server ).
Edit: Source: https://en.wikipedia.org/wiki/File_eXchange_Protocol#Technic...
1. You connect to servers A and B.
2. Tell B to receive a PASV transfer. It replies with the IP address and port it's receiving on.
3. Tell A to send to that address and port.
This is documented in RFC 959, starting with
"In another situation a user might wish to transfer files between two hosts, neither of which is a local host."Re: Copyparty – Turn almost any device into a file server
#86This is the wet dream of every power-user. It has tons of features on top of the file server. And it also seems developed by a 10x (100x?) developer, I mean, just making/editing the video is a work of art and humor. If the author is lurking here, are you doing all by yourself? Do you use any LLM/agent? It really is impressive.
Yup, this is 97% just me hacking away in vscode -- I use pylance and the debugger but have everything else disabled, easier to focus that way. The only time I use any sort of AI/LLM is for translating new strings into Chinese, since it seems decently capable at that :-)
The remaining 2% is friends coming up with new usecases/features, and sometimes finding bugs.
But now that the project got way more attention than I'd anticipated, pullrequests have started appearing, so it doesn't look like those statistics will stay true for much longer! Really cool having more eyes on it spotting the things I overlooked, really enjoying that.
Re: Copyparty – Turn almost any device into a file server
#87Earlier quoted context omitted.
And like most things nowadays, it would get filled with highly illegal content within hours of you putting it there. The good old (innocent) days are gone and the society we’re living is not mature/educated enough for such ideas.
As others have said - it would be standalone, not connected to the internet. Have debated making it "read-only", but then I would be culpable for the curation of content... That and perhaps I just don't want to encourage people loitering around in front of my house for long-transfers... OTOH - this could be useful for essentially a "dead-drop" independent standalone box for, uh... "civil disobedience" reasons... (or…
https://github.com/Emeryth/openwrt-zsun
https://wiki.hackerspace.pl/projects:zsun-wifi-card-reader
I got them in bulk from China for ~$6 each.
Re: Copyparty – Turn almost any device into a file server
#88Is anyone else have their antivirus alarms go off on visiting this repo's URL?
This made me laugh and now I feel bad. Somehow I didn't expect HN users to be using antivirus software.
Re: Copyparty – Turn almost any device into a file server
#89The author of this tool uploaded a YouTube video demonstrating it a few days ago: https://www.youtube.com/watch?v=15_-hgsX2V0 At one point in his demo, he uploads a file but terminates the upload more or less halfway. Then he begins downloading the file - which only progresses to the point it had been uploaded, and subsequently stalls indefinitely. And, finally, he finishes uploading the file (which gracefully resume…
Re: Copyparty – Turn almost any device into a file server
#90Now I feel like crap seeing how amazing this project is.