INT-1921 fixed FTP/SFTP adapters to have '/' as a default file separator character

This commit is contained in:
Oleg Zhurakousky
2011-05-31 15:16:56 -04:00
parent 350e4f34fb
commit 97db1da5b2
5 changed files with 11 additions and 8 deletions

View File

@@ -37,7 +37,7 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="remote-file-separator" type="xsd:string">
<xsd:attribute name="remote-file-separator" type="xsd:string" default="/">
<xsd:annotation>
<xsd:documentation>
Allows you to provide remote file/directory separator character. DEFAULT: '/'