You can go without append and prepend. sftp://${sftp.remote.host}/${path}/${filename}
Give it a try. Eric Chaves <[email protected]> schrieb am Do., 19. März 2020, 21:05: > Hi folks, > > Sorry for another newbie question. =) I'm trying to write a single EL > expression to perform multiples string manipulation but I keep hitting an > invalid EL expression. > > What would be the correct way to write this expression: > ${sftp.remote.host:prepend("sftp://"):append:("/"):append(${path}):append("/"):append(${filename})} > ? > > Thanks in advance, > > Eric >
