Write file on SFTP location

Write file on SFTP location   Let’s see how we can write a file on SFTP location Create a project in Anypoint Studio Add a listener which accept the text payload which we want to write in SFTP file.   Add the logger to print incoming text   Drag and drop SFTP write activity  …

Share this:
Read More

Write File Operation In MuleSoft

Write File Operation In MuleSoft   Let’s see how we can write a file in MuleSoft using write operation Create project in anypoint studio Drag and drop write operation from mule palette Configure the below parameters: Path: provide path to write the file Content: create the payload you want to write Create parent directories: if…

Share this:
Read More