← Home ← Back to /g/

Thread 106496316

23 posts 12 images /g/
Anonymous No.106496316 >>106496326 >>106496334 >>106496349 >>106496478 >>106497811 >>106497876 >>106497953 >>106498146
Why is there no program where me and my friend have the same program installed and I type in his IP address and can send infinite amount of files to him directly and encrypted?

Why does everything need to be uploaded to some shit server first? Is there no open protocol like that? No I'm not talking about bittorrent.
Anonymous No.106496326
>>106496316 (OP)
that's a VPN retard
Anonymous No.106496332
we haven't invented that technology yet. you have to mail him an ssd
Anonymous No.106496334
>>106496316 (OP)
It is called FIleZilla, newfriend.
https://filezilla-project.org/
Anonymous No.106496349
>>106496316 (OP)
netcat
Anonymous No.106496363
>Is there no open protocol like that?
Uh openssh?
Anonymous No.106496407
I remember 25 year ago I was doing that.
You create a local server and you set a folder to share
You give your ip to your friend and he can download any file in the folder
Anonymous No.106496478 >>106496539
>>106496316 (OP)
scp you doofus
Anonymous No.106496539 >>106497789
>>106496478
can i get in trouble for having that installed on my computer?
Anonymous No.106497789 >>106497816
>>106496539
Secure cp is just as legal as normal cp.
Anonymous No.106497811 >>106497817
>>106496316 (OP)
Yeah, there should be some kind of 'file transfer protocol' of some sort.
Anonymous No.106497816 >>106498001
>>106497789
so not at all??
Anonymous No.106497817 >>106497864
>>106497811
I can't believe kikes managed to remove support for that in the browsers.
Anonymous No.106497864
>>106497817
Worst thing they did. Even worse than 9/11.
Anonymous No.106497876 >>106497953
>>106496316 (OP)
Because mainly for security reasons, systems do not accept received traffic they didn't specifically ask for. If you performed an HTTP request (entered a webpage URL), it will allow the remote server to send you the requested data (the web page), but if a server just sends you a web page out of nowhere your router will tell the server to fuck off and not forward the received data to your PC. (A secondary reason is that your router won't know which PC to send the data to unless configured for it (port forwarding), and a third reason is that modern ISPs are assholes and may perform this rejection before it even reaches your router.)

In order to be able to receive unprompted requests from outside the local network, your PC would have to be open ('exposed') to internet requests (router configured to forward traffic to it, typically only traffic on a certain port) and some program needs to run to handle those requests. The first part is the main problem here; a 'solution' called UPnP exists which allows a program to tell your router to forward certain traffic to your system, but in practice this is a security nightmare (both in the sense of accidentally leaving the forwarding enabled for outdated software you didn't know you're running, and malware kindly asking the router to let malicious traffic through and actually getting its way). Any solution that makes solving this problem easy for legitimate use also makes it easy for malware and usually has a high risk of resulting in poor security configuration due to negligence ("oh I installed that six years ago no clue what it does").

Next there's the problem of authorization; you don't want just anyone with your IP to be able to upload CP to your PC. So you need to create an account or similar to make sure only your friend can upload things to your PC.
Anonymous No.106497953
>>106496316 (OP)
>>106497876
Once you've configured your router to forward traffic on the right port(s) and created a user account or similar for your friend, file transfers are actually simple and there are many solutions for it, including as mentioned by previous posters FTP, SFTP and scp, as well as other solutions like rsync. Most of these do again have the problem that exposing too much or granting too much access is still problematic: where should your friend be able to write? Should your friend be able to overwrite existing files? Can your friend delete files? Depending on the solution you used you'd also need to configure things to prevent your friend from browsing other folders on your PC, and maybe you don't want him to be able to download things. But other than locking it down sufficiently it's pretty simple...

...on Linux. Many of these tools are either pre-installed on most distros or one command away from being installed. Windows to my knowledge does not have any such easy file transfer utilities (it allows easy SMB sharing, but that's local network only and you need to jump through MANY hoops to make it work remotely) so you're essentially out of luck there. It also needs to be noted that security on Windows is always iffy in general and I, personally, don't expose Windows machines to the internet any more than is really necessary. (I did have a Windows server once, 15 years ago. It got infected by a virus without any interaction on my side, and ever since then all my servers have been Linux.)
Anonymous No.106497986
https://wormhole.app/
Anonymous No.106498001
>>106497816
all linux users have cp on their pc and most seem to get away with it
Anonymous No.106498022
Whatever happened to IRC XDCC?
Anonymous No.106498039
you mean ftp?
Anonymous No.106498044
I love Mio so much.
My first and only waifu.
Anonymous No.106498146
>>106496316 (OP)
/g/ used to have ftp servers and threads just for this
those were the days
Anonymous No.106499587
/g/ used to be tech and media literate, those were the days...