====== Harddisk send channel ====== The file system send channel allows the connection of a directory on a hard disk. Messages from the message basket (outgoing) are stored as files in the specified directory. ==== Properties ==== ^GENERATED src="eBiss.Data.Resources.HarddiskSendChannel" changed=""^^ ^Properties^^ ^Name^Description^ |**Name**|The name of the channel| |**Channel type name**|The Type of the channel| |**Message direction**|For receive channels the direction of the received message (but require also for send channels)| |**Message box**|The message box| |**Public**|True if the channel should be visible in the sub node| |**Target path**|Path of the output directory on the hard disk, e. g. C: \eBiss_Test\Harddisk\Send or. \Harddisk\Send| |**File name handling**|Here you can select a method for generating the filenames by means of a combo box.| |**File exists handling**|Here you can select a file handling method from the combo box in case a file of the same name already exists in the directory. You can overwrite them, add documents to them, or rename parts of the file name.| |**Change logs**|The changes to the element are logged. The logging is activated in the [[en:hauptmenue:einstellungen:systemeinstellungen]], which is possible if a versioning license is available.| ^Properties (advanced)^^ ^Name^Description^ |**Sender validation**|How the sender address should be validated| |**Default sender**|The default sender| |**Recipient validation**|How the recipient address should be validated| |**Default recipient**|The default recipient| |**Immediate retries**|Retries, used by send channels. For some receive channels, the number of pickup attempts.| |**Auto uncompress**|Check if receipt data are compressed and then uncompress them| |**Write through temp file**|If this option is selected, the file is first written to the file with the additional extension specified under WriteThroughTempFileExtension. Only when the file has been completely written, then a renaming to the actual target file name takes place.| |**Write through temp file extension**|Used in conjunction with the WriteThroughTempFile option for the temporary file name..| |**Transaction safety**|Setting this flag causes the FileExistsHandling to be set to Override if it is currently set to Append or Fail. It also ensures that all attachments of the written message are located in the destination folder after the message has been sent. If not, all existing attachments of the message will be deleted.| |**Use sender address**|Use the sender address to determine the output path.| |**WriteToAttachmentDirectory**| {{:images:sign_warning.png?nolink|}}**Note:** The file system send channel is designed to write to local directory paths.\\ If you want to write to a UNC path, you have to make sure that it can be reached by the eBiss service without login, or you have to take appropriate precautions with the command "[[https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/gg651155(v=ws.11)|net use]]((Example:net use d: \\\server\share /user:Accounts\User1))".