attributeGroup "commonEndpointAttributes"
Namespace:
Content:
Defined:
globally in mule-sftp.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xsd:attributeGroup name="commonEndpointAttributes">
<xsd:attribute name="tempDir" type="xsd:string"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 1/1)
tempDir
Type:
xsd:string, predefined
Use:
optional
Required: No Default: disabled If specified then Mule tries to create the temp-directory in the endpoint folder if it doesn't already exist. Ensure that the user Mule is configured to use to access the sftp server has privileges to create a temp folder if required! For inbound endpoints: A temporary directory on the ftp-server from where the download takes place. The file will be moved (locally on the sftp-server) to the tempDir, to mark that a download is taking place, before the download starts. NOTE: A file in the tempDir of an inbound endpoint is always correct (has only been moved locally on the sftp-server) and can therefore be used to restart a failing file transfer. For outbound endpoints: A temporary directory on the sftp-server to first upload the file to. When the file is fully uploaded the file is moved to its final destination. The tempDir will be created as a sub directory to the endpoint. NOTE: A file in the tempDir of an outbound endpoint might not be correct (since the upload takes place to this folder) and can therefore NOT be used to restart a failing file transfer.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="tempDir" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.