Home folders
The partner channels "FTP" and "SSH" use a configurable home folder.
For "OFTP" partner channels, there is a separate "Input directory" and "Ouput directory" for incoming and outgoing data.
Standard home folder
In order to prevent external users from storing files in any folder of the operating system, it is possible to define a client-wide standard home folder.
Creating a home folder
If you save a partner channel, the configured home folder will be created (if it has not existed yet) for channels of type "FTP" and "SSH" on the Integration Server computer. For channels of type "OFTP" the input and output folder will be created. If a DMZ server is used, the folder will be created on the DMZ server as well unless the checkbox "Invisible to DMZ" is set (see section General Channel Settings).
Automatically creating subdirectories in home folder
You might want a certain subdirectory structure to be automatically created under the home folder when a partner channel of type "FTP" or "SSH" (not "OFTP") is saved. For this purpose you can use the configuration file ./etc/admin/datawizard/subdir.properties. Allowed log names are "ftp" and "ssh". Each protocol can only appear in one line. The list of subdirectories contains the relative subdirectory paths, separated by semicolons, that are to be generated automatically for a partner channel of the corresponding protocol type. Following an example for the configuration file. Note: This behaviour can be deactivated with a checkbox in the channel. See sections FTP (channel) and SSH (SCP/SFTP) (channel) .
ftp=in;out
ssh=branch1;branch2;branch1/in;branch2/in
If the subdirectories should also be created automatically on the DMZ server (if available), this configuration file must also be adjusted there.
Suppressing creation of home folder and subdirectories
The automatic creation of the home folder and subdirectories when saving can be deactivated with a checkbox in the channel. See sections FTP (channel) and SSH (SCP/SFTP) (channel) .