I have over the years ended up with a bunch of old windows systems and ended up with a network which is great.
I want to also enjoy these benefits outside of my home with a friend. Over the years I have collected dozens of physics toy tech demos and i'd like to share my drive. It's a mess of zips, dlls, and all sorts.
I don't want to use a service. I want him to go to like "Fifer82" and just see a windows explorer disk without all of the garbage of say torrents, file sharing services, individually sharing file-by-file via some attachment system.
As I ask this question, I don't know if I am stupid, since Dropbox, IRC or just whatever.... begs to suggest that there is no way to do what I want, but then the question is, why??
If I know someones network somewhere else outside my home, can't I just "let them at it" through standard windows mechanisms?
Thank you.
https://en.wikipedia.org/wiki/SSHFS
Executable script that I use - (actual names replaced)
#!/bin/bash
# mount remote directory on local machine
#
RDIR=$1
MOUNTPOINT=my_local_mountpoint_folder
USER=username_on_remote_server
REMOTE_HOST=remote_servers_name
if [ "$1" = "" ]; then
echo -e "\nMounting remote home directory. If other remote directory"
echo -e "desired, usage is $0 \n"
fi
#
sshfs ${USER}@${REMOTE_HOST}:$RDIR $MOUNTPOINT
There is way to have a hard disk on your wifi and get it from an app but only for video/photo. And there is a way to connect to a distant linux/window server.
I think it my be possible, but need some technical skill more than juste website development
It should be able to up a VPN bridge between your LAN and your friend’s LAN. (Or, at least a “LAN” between two machines.)
subnet a router; place a webdav capable server on one of the subnets; port forward request at the wan side of the router to the server. you will need a static public IP or else, update the public IP to a domain name [DNS]
the effect is someone can go to your server using a browser that can "speak" webdav
the subnetting is for security if you share the router with the rest of your network, or you can just use a dedicated router for your server to live in.