what technology should I use?
but how should I stream the remote file?
Can you let me know the big picture?
but about rsync, it seems that you mean i should download the remote file on my server first, right?
Okay, thanks
Stream a remote file through http protocol with my server.
so any user who can’t access the server of the remote file but has access to my server, could download the file
so any user who can’t access the server of the remote file but has access to my server, could download the file
That’s just a proxy you’re reinventing
With a proxy my users should set the proxy on their devices. I need something much simpler.
for example with just a url like:
http://myserver-ip-address.com:2020/?remoteFile=https://google.com/logo.png
so any user who can’t access the server of the remote file but has access to my server, could download the file
عشق استداش
Thank you 🙏
for example with just a url like:
http://myserver-ip-address.com:2020/?remoteFile=https://google.com/logo.png
Write a server and make it accept requests like that
Python way should be easy
python3 -m http.server 80 —bind 0.0.0.0
Be careful with that, all the files behind the directory you run this command will be available to download in the browser in port 80 for everyone
Be careful with that, all the files behind the directory you run this command will be available to download in the browser in port 80 for everyone
the file is not local, it’s remote.
scp or rsync
https://github.com/UnblockerAPI/download-stream-api
the only problem is this script doesn’t support the resumable links.
Remote file streaming module. Contribute to UnblockerAPI/download-stream-api development by creating an account on GitHub.
I know. so you can access it from the browser with the remote server IP
I know. but how should I stream the remote file? creating a http server on python just let me to share files which are already on my servers disk, not the remote ones from the internet
Oh you want to stream file from server ‘a’ through server ‘b’ to client ‘c’. Can you let me know the big picture? what’s the idea?
Couldn’t find anything about scp
but about rsync, it seems that you mean i should download the remote file on my server first, right? 🧐 (it’s not possible for me though, because of disk capacity limits)
Yes, right.
Internet has been garbage in Iran, they can’t access to free internet but they can access my server and I want to let them download anything they want through my server.
Internet has been garbage in Iran, they can’t access to free internet but they can access my server and I want to let them download anything they want through my server.
In nowdays, the solution for that kind of problem is simply to use VPN or http proxy server
I’m too amateur but as I heard, they banned some protocols.
for example you can’t use openvpn or wireguard. That won’t work and it’s not what I need now.
remote ssh
for example you can’t use openvpn or wireguard. That won’t work and it’s not what I need now.
It’s sad!
Then you can try to run http proxy server
I have a problem
I installed kali on USB
When I shut down system and then turn it on, it doesn’t ask me for user and pass. So anyone could access my files just with the usb
for example you can’t use openvpn or wireguard. That won’t work and it’s not what I need now.
@tsingkwai is this also the case for you? if so, how do you bypass it
I have a problem
I installed kali on USB
When I shut down system and then turn it on, it doesn’t ask me for user and pass. So anyone could access my files just with the usb
good, you’ve detected the problem with using kali
Thanks for your help😂😂

Then you can try to run http proxy server
Sometimes you can’t even open a website with https because they ban the 443 port! It’s unbelievable!
thank you anyway. I’m not familiar with nodejs but I’ll try to add stream feature to the github repository I shared moments ago.
thank you
thank you anyway. I’m not familiar with nodejs but I’ll try to add stream feature to the github repository I shared moments ago.
thank you
:8443 time
thank you anyway. I’m not familiar with nodejs but I’ll try to add stream feature to the github repository I shared moments ago.
thank you
It’s pretty easy to mask the connection to openvpn