Read file from SFTP location

Read file from SFTP location   Let’s see how we can read a file from SFTP location Create a project in Anypoint Studio Add a listener which accept the filename as query parameter which we want to read from SFTP location.   Add the logger to print incoming filename   Drag and drop SFTP read…

Share this:
Read More

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

SSH authentication in SFTP

SSH authentication in SFTP   SSH key base authentication is an access credential authentication using SSH protocol. It’s similar to username/password based authentication but here the SSH key is used instead of password. Now it become a norm to use SSH authentication in SFTP. The key-based authentication mechanism in SSH is called public key authentication.…

Share this:
Read More