| Asconfigurator Reference |
320
Extension to be added to the names of files that are currently only partially transferred. Include a '.'
in the suffix, such as:
.aspera
Values: (String)
file_checksum
Type of checksum to compute while reading a file. Checksums are used to verify that file contents
on the destination match what was read on the destination.
Values:
any
(default),
md5
,
sha1
,
sha256
,
sha384
, or
sha512
async_enabled
Whether
async
is enabled on the server.
Values:
true
(default),
false
async_connection_timeout
The time period
async
waits to establish a connection, in seconds.
Values: (Number)
async_session_timeout
The time period
async
waits for an unresponsive session, in seconds.
Values: (Number)
Document Root Options
absolute
The absolute path of the document root (docroot), which is the area of the file system that is
accessible by Aspera users.
Values: (Absolute path)
read_allowed
Whether users are allowed to transfer files from the docroot (in other words, download from the
docroot).
Values:
true
(default),
false
write_allowed
Whether users are allowed to transfer files to the docroot (in other words, upload to the docroot).
Values:
true
(default),
false
dir_allowed
Whether users are allowed to browse files in the docroot.
Values:
true
(default),
false
file_restriction
Restrict the files that are allowed for transfers. Restrictions are set as wildcard templates. The first
character is a separator (preferably a "|") which can be used to set multiple restrictions. Restrictions
are processed in order and according to the following rules:
• If a restriction starts with a "!", any files that match the rest of the wildcard template are rejected.
• If a restriction does not start with a "!", then any file that matches is allowed
• Any other files are rejected
For example: |/home/aspera/*|home/janedoe/*
Values: (Character separator)(Wildcard template)[(Character separator)(Wildcard template)]