Inward Forwarding for FTP, SSH, OFTP
The FTP server can be configured to exclude users or single directories of a user from forwarding to Lobster_data. In that case, the files will remain in the FTP directory. The administrator is then responsible for copying or deleting them.
File ./etc/startup_dmz.xml contains the path to the configuration file that defines which FTP/SSH/OFTP users/files are not forwarded to Lobster_data.
<
Set
name
=
"noForwardRulesForFtp"
>./etc/admin/datawizard/ftp_user_rules.properties</
Set
>
Following an example for file ftp_user_rules.properties:
# No forwarding for user dummy1 at all
dummy1=
# No forwarding for user dummy2 when upload is done in folder tmp and output
# (relative subdirs under home dir of user)
dummy2=tmp;output
If only the name of an FTP/SSH/OFTP user is set, all files this user places on the DMZ machine are left in the directories. With the additional specification of one or more directory names, the files in the specified subdirectories are not forwarded to Lobster_data. The directory names are separated by semicolons.