Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
4a541325
Commit
4a541325
authored
13 years ago
by
kaloyane
Browse files
Options
Downloads
Patches
Plain Diff
minor: adding ftp properties to etc/service.properties
SVN: 21234
parent
28c3fe83
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
datastore_server/dist/etc/service.properties
+1
-1
1 addition, 1 deletion
datastore_server/dist/etc/service.properties
datastore_server/etc/service.properties
+50
-0
50 additions, 0 deletions
datastore_server/etc/service.properties
with
51 additions
and
1 deletion
datastore_server/dist/etc/service.properties
+
1
−
1
View file @
4a541325
...
...
@@ -363,7 +363,7 @@ dss-rpc.put-default = main-thread
#ftp.server.port=2121
#
# Similar to the global 'use-ssl' parameter. When set to 'true' all 'keystore' properties become mandatory.
#ftp.server.use-ssl=
fals
e
#ftp.server.use-ssl=
tru
e
#
# maximum number of threads used by the internal FTP server. Defaults to 25.
#ftp.server.maxThreads=25
...
...
This diff is collapsed.
Click to expand it.
datastore_server/etc/service.properties
+
50
−
0
View file @
4a541325
...
...
@@ -426,4 +426,54 @@ post-registration.last-seen-data-set-file = targets/last-seen-data-set
post-registration.post-registration-tasks
=
pathinfo-feeding
post-registration.pathinfo-feeding.class
=
ch.systemsx.cisd.etlserver.path.PathInfoDatabaseFeedingTask
#
# FTP server configuration
#
# when set to 'true' an internal ftp server will be started. it provides users with an alternative
# way to interact with their data (i.e. via an FTP client).
#ftp.server.enable=false
#
# port where the FTP server will be started. Optional parameter, default value is 2121
#ftp.server.port=2121
#
# Similar to the global 'use-ssl' parameter. When set to 'true' all 'keystore' properties become mandatory.
#ftp.server.use-ssl=true
#
# maximum number of threads used by the internal FTP server. Defaults to 25.
#ftp.server.maxThreads=25
#
# The virtual folder structure supplied by the FTP server looks like
# ${space}/${project}/${experiment}/<data-set-level>
# While the first 3 levels in the hierarchy are not configurable, the format of the '<data-set-level>'
# can be specified with a template using the following built-in variables :
# ${dataSetCode} - the data set code
# ${dataSetType} - the data set type
# ${dataSetDate} - the creation date of the data set
# ${disambiguation} - if ${dataSetCode} is not used, the ${disambiguation} variable must be present
# in the template in order to avoid path collisions.
# ${fileName} - When ${fileName} is specified in the template, '<data-set-level>' will include
# the name of a file located directly under the dataset root folder. One entry will be created
# for earch such file.
# Example :
# ftp.server.dataset.display.template=${dataSetDate}-${disambiguation}-${fileName}
# Result :
# /SPACE/PROJECT/EXPERIMENT/2011-10-10-10-10-A-file1.txt
# /SPACE/PROJECT/EXPERIMENT/2011-10-10-10-10-A-file2.pdf
# /SPACE/PROJECT/EXPERIMENT/2011-10-10-10-10-B-file1.txt
# /SPACE/PROJECT/EXPERIMENT/2011-10-10-10-10-B-file2.pdf
#
# Optional parameter, default template value is ${dataSetCode}
#ftp.server.dataset.display.template=${dataSetCode}
#
# Specifies that the contents of a dataset should be listed starting from a preconfigured subpath.
# The property is only configurable per data set type.
# Example (will hide a single top level folder starting with 'orig' for datasets of type HCS_IMAGE):
# ftp.server.dataset.filelist.subpath.HCS_IMAGE = orig[^/]*
#ftp.server.dataset.filelist.subpath.<dataset-type>=
#
# A filter pattern appiled to all files within a data set. Files not matching the pattern will be
# hidden and FTP users will not see them.
# Example (will only show PNG files for data sets of type HCS_IMAGE):
# ftp.server.dataset.filelist.filter.HCS_IMAGE= .*png
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment