SFTP Default filetype: Binary or ASCII

0
When sending a file to an FTP-server with java-action “Put” (and in earlier SFTP-modules the action SendFileDocumentToSFTPLocation), there is no option to select the filetype (binary, ascii or auto). Does anyone know what the default setting is for filetype with these actions? And additionally, is there a way to change this setting?
asked
1 answers
0

Hi Walter, I guess it would be binary as we store the data in content attribute of the file entity,

The content attribute datatype is of boolean

Hope this helps!

answered