I have employees asking me if they are able to access server files remotely? I want to know if SharePoint 2010 may be configured to do this? I would like to use avoid an expensive VPN solution if I can.
Thanks!
|
I have employees asking me if they are able to access server files remotely? I want to know if SharePoint 2010 may be configured to do this? I would like to use avoid an expensive VPN solution if I can. Thanks! |
|||
|
|
|
You can use the Client Object Model to access files remotely. Example: http://stackoverflow.com/a/10026196 . A different approach is to use WebDav. |
|||
|
|