For a file server over the internet you need to use ftp or http for public use, download only.
For private use and uploads you could use secure http to share files.
You can also use sftp for upload and download which is secure. A user would have access to there files with sftp, you could also setup a shared area for certain groups. sftp comes with the ssh app that's already on most linux systems and also comes with putty for win32.
As an alternative check openvpn. With openvpn you will need to configure all of the systems.
With a solution like https, or sftp you just setup the server and users will be able to login. Any machine should be able to use https, and Putty's sftp (psftp.exe) could easily be run from a simple download from any windows machine.
Last edited by DavidPhillips; 06-03-2004 at 03:28 AM.
|