Results 1 to 4 of 4

Thread: Linux fileserver over Internet

  1. #1
    Join Date
    Aug 2007
    Beans
    78

    Linux fileserver over Internet

    Hello,

    I have a file server at one physical location (running Ubuntu Jaunty 9.04), a couple of clients at another physical location (both Linux and Windows clients). I would like a simple way to transfer, modify, delete, rename, etc files and folders on this file server from the clients.

    Ideally I would like:
    • A client that works both on Linux and Windows
    • Secure connection
    • Simple client GUI (mounted as a network drive in Windows and perhaps Linux)


    Anyone have any idea what I can use?

    Thanks in advance!

  2. #2
    Join Date
    Feb 2008
    Beans
    257

    Re: Linux fileserver over Internet

    on the file server install openssh-server
    Code:
    sudo aptitude install openssh-server
    make sure you foward port 22 on the router
    for the clients use filezilla (cross platform) or in ubuntu you can do the connect to server option under Places

  3. #3
    Join Date
    Aug 2007
    Beans
    78

    Re: Linux fileserver over Internet

    Works great, and was really simple to setup! Thanks a bunch for the tip!

    I guess best practice is to create a separate user with permission only to the files needed, right?

    I'm also looking for a way to mount the Linux server as a network drive in Windows, will try NetDrive (free for home use) and ExpanDrive (not free).

  4. #4
    Join Date
    Aug 2007
    Beans
    78

    Re: Linux fileserver over Internet

    I tried NetDrive, didn't support SFTP. I tried Dokan which worked, but was buggy.

    ExpanDrive will probably work, but it is not free. Strange there's no open source alternative... or maybe not very strange, considering it works great on Ubuntu =)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •