Pages: 1
I have a client, a law firm, who needs to have 10GB of data uploaded to a secure FTP site or an online storage service so all of the lawyers can access the info, change the files and reupload them, etc. The service should allow multiple users to access the site at once in case more than one lawyer wants to access the site at once.
Which would be the best way to go, an online storage service or a FTP site (I know they are kind of one in the same, but not always)?
Any suggestions on which company would be the best for this and most secure?
Offline
You might want to look into a CVS Repository. A cvs seems to be exactly what you need.
wikipedia wrote:
The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, implements a version control system: it keeps track of all work and all changes in a set of files, typically the implementation of a software project, and allows several (potentially widely separated) developers to collaborate. CVS has become popular in the free software and open-source worlds. CVS is released under the GNU General Public License.
It will allow the lawyers to change the files and resubmit them extremely easily. Then the CVS system will keep track of the changes, and keep it secure.
Offline


Tabs wrote:
You might want to look into a CVS Repository. A cvs seems to be exactly what you need..
I second it. A normal FTP upload service can be a pain in the a** as the lawers start editing and uploading.
Offline
Pages: 1