Remote File Access

airbornflghtairbornflght Houston, TX Icrontian
edited October 2007 in Science & Tech
Here's the scenario.

I have my computer here in stillwater, and it's not exactly portable. So I am wanting to be able to get files from my computer in stillwater while I'm in enid.

All I need is read/write access to my files/folders. I don't need to see the desktop or anything, that is unimportant. What would I be looking to use. I think I need vpn, but it's a bit fuzzy to me. VNC is a remote desktop connection afaik, I don't want that.

Can you point me in the right direction?

Comments

  • ThraxThrax 🐌 Austin, TX Icrontian
    edited October 2007
    Hamachi.
  • leishi85leishi85 Grand Rapids, MI Icrontian
    edited October 2007
    SSH
  • Your-Amish-DaddyYour-Amish-Daddy The heart of Texas
    edited October 2007
    Second vote for SSH. You can do anything with an SSH tunnel.
  • kryystkryyst Ontario, Canada
    edited October 2007
    First you'll need to know the address of that computer. If you have a static IP from your isp then that's easy. If not you'll need to setup dyndns (or something like it) so you can always find that machine.

    As for the software to use ssh on a windows machine then that machine has to be running an ssh server. Then you need to put a whole in your router to forward ssh requests to your machine. If you aren't on a router then just make sure your machine doesn't have a firewall blocking whatever port you spec for ssh.

    With ssh running that will give shell access to your computer.
  • airbornflghtairbornflght Houston, TX Icrontian
    edited October 2007
    yeh. I'm on a dedicated fiber line with a static ip, and my computer has a static private ip. So it's no big deal to port forward. Thanks for the pointers.
  • ThraxThrax 🐌 Austin, TX Icrontian
    edited October 2007
    Note: Hamachi is an SSH VPN, and is a lot easer to configure than cygwin, etc.
  • airbornflghtairbornflght Houston, TX Icrontian
    edited October 2007
    Kk. Does that just give me access to a command line type interface, or will is there some sort of gui that would let me browse the folders/files kind of like explorer?

    I'm partially doing this because now my brother has no access to my files that I have on my computer. And while I'm trying to teach him, I'd rather not explain navigating directories through command line. And one of the directories has ~13k files.
  • Your-Amish-DaddyYour-Amish-Daddy The heart of Texas
    edited October 2007
    Hamachi creates a VPN LAN basically. You actually act like a lan client with it, but I don't like it.
  • CBCB Ƹ̵̡Ӝ̵̨̄Ʒ Der Millionendorf- Icrontian
    edited October 2007
    Using Hamachi goes like this:

    Install the Hamachi software on multiple systems.

    Create a 'LAN' with it's own name and password.

    Log into the same 'LAN' from each computer.

    Pretend like the computers are all in the same room.


    Mamachi even assigns each system an 'internal IP', which makes communication super easy.
Sign In or Register to comment.