Skip to content

ProjectSend is a free, clients-oriented, file sharing web application. Every client has a unique username and password and can access only the files assigned to his account (or clients groups where he belongs).

License

Notifications You must be signed in to change notification settings

kliko22/ProjectSend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectSend

ProjectSend logo

About

ProjectSend (previously cFTP) is a free, clients-oriented, private file sharing web application.

Clients are created and assigned a username and a password.
Uploaded files can be assigned to specific clients or clients groups.

Other features include auto-expiration of upload, notifications, full logging of actions by users and clients, option to allow clients to also upload files, themes, multiple languages...

Main website: projectsend.org
git: project page
Old repository (unused): Google Code

Feel free to participate!

IMPORTANT

It is recommended that you download an official release (either from the releases tab here or from the official website). Downloading a development version directly from the repository might give you unexpected results, such as visible errors, functions that are still not finished, etc.

How to install on your server:

Preparations:

  1. Download and unzip the lastest version of ProjectSend to a folder of your choice.
  2. Create a new database on your server. Create/assign a user to it.

When those are steps are completed, follow this instructions:

  1. Rename includes/sys.config.sample.php to sys.config.php and set your database info there.
  2. Upload ProjectSend to your selected destination.
  3. Open your browser and go to http://your-projectsend-folder/install
  4. Complete the information there and wait for the correct installation message.

Congratulations! ProjectSend is now installed and ready for action! You may login with your new username and password.

Important Note: for version r608 and later you will need to enable PDO extension from php.ini

extension=php_pdo.dll
extension=php_pdo_mysql.dll

and restart the service if your are local.

How to upgrade to a newer version:

  1. Download your version of choice from the official project page.
  2. Upload the files via FTP to your server and replace the ones of the older version.

That's it! Your personal configuration file (sys.config.php) is never included on the downloadable versions, so it will not be replaced while upgrading. When a system user logs in to the system version, a check for database missing data will be made, and if anything is found, it will be updated automatically and a message will appear under the menu one time only. Whenever a new version is available, you will be notified in the admin panel via a message shown under the main menu.

Questions, ideas? Want to join the project?

Send your message to [email protected] or join us on Facebook, on https://www.facebook.com/projectsend/

Translations

Thanks. Arigatō. Danke. Gracias. Grazie. Mahadsanid. Salamat po. Merci. אַ דאַנק.

If you want to translate ProjectSend in your language or download an existing translation, please join the project on Transifex

License

ProjectSend is licensed under GNU GPL v2

Change log

Available at the official site

Scripts used by ProjectSend

Many thanks to the authors of the following scripts:

Special thanks!

Also, thank you to the following people/communities that helped during development, either by giving support, sending code, translations, etc.

  • lenamtl
  • Alejandro D'Ambrosio
  • k.flipflip
  • Diego Carreira Vidal
  • Scott Wright
  • Everyone that commented and gave suggestions on the issues and Facebook pages!
  • stackoverflow.com
  • iconfinder.com

ProjectSend original translators:

  • Raúl Elenes (Spanish)
  • Vašík Greif (Czech)
  • Mathieu Noe (French)
  • Levin Germann (German)

I know that there are more people that deserve to be on this list. I will keep adding them as I find their names/websites.

About

ProjectSend is a free, clients-oriented, file sharing web application. Every client has a unique username and password and can access only the files assigned to his account (or clients groups where he belongs).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 75.2%
  • CSS 11.9%
  • JavaScript 8.8%
  • HTML 4.0%
  • Shell 0.1%
  • C 0.0%