Remote file access.

Posted by Rob Rob on Server Fault See other posts from Server Fault or by Rob Rob
Published on 2010-12-29T11:02:09Z Indexed on 2010/12/29 11:55 UTC
Read the original article Hit count: 512

Filed under:
|
|
|
|

Hi,

We're needing to provide remote (read/write) access to a number of files on our network to several users (some technical, some non-technical) who will be running Windows. The non technical users will need to be able to access their files in an easy to use manner.

From previous experience, we could do this with:

  • (some sort of) VPN
  • SSH and something like Dokan (i've only previously done this on linux with sshfs)
  • WebDav
  • FTP

VPN and SSH access are more open that we need at present, so I'm leaning towards webdav, however I only have limited experience of it (setting up an SVN server several years ago), but my understanding is that users can access it through windows explorer.

FTP I haven't had much experience of, as I've always used SFTP via ssh - but i'd imagine we could make this work in a similar way to ssh.

So my question is - have I missed any obvious candidates for this task, or if webdav is (or isn't) suitable what are the security implications of using it for this (obviously https will be used for the transfers, etc).

Thanks, Rob.

© Server Fault or respective owner

Related posts about ssh

Related posts about vpn