Details
Description
Some communication partners require files to be chmod-ed after being transfered to ensure locking. (instead of "done" files)
This is how it works:
from("file:/in").to("sftp:user@host/out&password=secret&chmod=640")
Some communication partners require files to be chmod-ed after being transfered to ensure locking. (instead of "done" files)
This is how it works:
from("file:/in").to("sftp:user@host/out&password=secret&chmod=640")