summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/ftp/MasterFtpServer.java
Commit message (Collapse)AuthorAgeFilesLines
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-313/+0Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Fix some issues with the ftp connection and the ftp user managementNils Schwabe2014-06-231-1/+1
| | | | Remove some not needed imports from various files
* Add image path into ftpCredentialsNils Schwabe2014-06-191-1/+1
|
* Implement downloading functionalityNils Schwabe2014-06-161-2/+6
|
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-161-11/+61
|
* Started to implement download of imagesNils Schwabe2014-06-051-15/+114
|
* Add webinterface with functionallityNils Schwabe2014-06-041-1/+1
|
* Fix bug where the user list was accessed by multiple threadsNils Schwabe2014-05-071-0/+4
| | | | Add server keys to database
* Fix message signingNils Schwabe2014-05-051-3/+3
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-30/+13Star
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-251-5/+34
| | | | Fix problems with timeout user deleting
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-251-0/+144