how can I best set up a server?

2014-09-06 Thread Paul Erkens
Dear listers,

I have a great number of Dutch radio plays, that I collected over the last 25 
years, that I'd like to share over the internet with a small group of very 
interested people. I once had an ftp server under windows, but that software is 
hopelessly outdated now, and I'd like not to use windows anyway because I now 
have 2 macs in my home, which is why I'm asking here. I'll describe what I'm 
hoping to do below.

The folders I would like to share out, reside on different drives. In my 
windows server software, I could create path mappings to deal with that. The 
windows server had some 90 members, each with their own user account, password 
and privileges. That was very handy, because for a few very close folks, I 
could allow them access to more material, and I myself could even add material 
to the server remotely.

I once tried setting up an sftp server using just my mac, having enabled 
outside access through my router, and then enabling remote login. The big 
problem with that method, was that as a client, I could climb up outside my 
initial home directory, and do all kinds of stuff all over my system remotely. 
Not good if you open that up to the world.

What would you advise me in this situation? How do I make a large file 
collection across multiple drives available to the outside world securely, 
while having a separate user login account for each user? Do I need to get the 
server OS10 software for this purpose? Which server method and software for a 
mac would you recommend? I'm very interested to have a server back online, 
because my collection keeps growing over time and people keep asking for 
access. I'm now dropboxing all the time, but this is way too intensive on my 
part. I'd rather have something automated running, from which registered people 
can get what they are interested in. Any ideas?

Regards,
Paul.

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Re: how can I best set up a server?

2014-09-06 Thread Sabahattin Gucukoglu
The short answer here is that OS X is an excellent platform for running 
services, but really lousy for graphical user interfaces for said services.  
This ought to be regarded for the failure that it is by some Mac users, but 
seemingly isn't, for some reason ...

Depending on your needs, and if network conditions are favourable, in your 
situation I would set up PureFTPD with virtual users to implement the solution 
that you're looking for.  There was a cocoa app called PureFTPD manager, but 
it hasn't been touched in quite a while, by the looks of it.  Still, this 
cannot be a trivial operation; you need to understand the command line and the 
wandering ways of Unix in order to get, compile, install and configure the 
server program.  I do not believe the included FTP daemon, tnftpd, can help 
you; it doesn't support virtual users.

I recently came across a nice app in the MAS called Simple HTTP Server Pro.  
Perhaps, if you don't mind being logged in all the time and binding to 
unprivileged ports above 1024, you could do it using HTTP and WebDAV, which is 
easier to pass through NAT.  But this app only supports one set of 
authentication credentials, by the looks of it, so it isn't a complete solution.

So in short, I'm afraid this will be an in-depth challenge for you.  Nothing 
can substitute for the vertical graphical servers found on Windows.  Still, if 
you fancy a challenge, go for it.

As to OS X Server, I believe there are good reasons to use it irrespective of 
the file sharing services, such as the Caching service, but as far as I can see 
the file sharing support in there would not be of any help to you unless you 
particularly enjoyed exposing AFP or SMB over the Internet.  It could be done, 
I suppose, if you had the gall, but you'd have to be very careful, and I'm just 
not sure it's worth the risk.  Many networks in fact block at least SMB, so 
you'd be losing your Windows sharers, without a VPN.  And NAS products on the 
market (including, ironically, Apple's own Time Capsule) might be a better 
choice for doing that anyway.

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.