Thanks! Em qui., 19 de mar. de 2020 às 17:29, Paul Parker <[email protected]> escreveu:
> 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 >> >
