Mule SFTP: how to create directories on a remote location
I am trying to send a file via SFTP using mule. We have to give it a fixed path like / home / ftp / and then the filename in the outputpattern. but I want to create directories on the fly in a remote location. every time a file is uploaded, it should be uploaded to a new directory.
like abc.txt: /home/ftp/abc/abc.txt
pqr.txt: /home/ftp/pqqw/pqr.txt
+3
source to share