We added a new file release feature "File Storage" which allows using rsync, scp, and sftp for file upload and management.
The conventional package/release-style file release system had many features, and it allowed file and release management via API, but it didn’t allow file management through the use of generic command line tools like rsync. Considering how common it has become in these few years to link with development assistant tools and web services, and as we began to have projects who migrate from other open source hosting sites, we were met with several cases in which not being able to operate via generic command line tool was an issue. This newly added file storage system will resolve that problem and will be there to supplement the conventional release system.
The Properties of the File Storage feature.
Currently, it is turned off as default, so if you wish to use it, please go to the Admin page of the project's feature menu and turn on the file storage feature. When it is turned on, a link to a URL written in the form of https://osdn.net/projects/(project name)/storage/ will be added to menu and such. For usage and specification, please refer to Guide to File Storage. Also, it includes the rsync, scp, sftp command examples to access storage using "Help" button on the feature page.
The current File Storage feature lacks functions like history and stats, but they will be implemented sequentially and accordingly.