From e6ce2d2c3bb0dc448619b442ac5cd458534ad8b8 Mon Sep 17 00:00:00 2001 From: YevheniiLutsyshyn Date: Mon, 14 Dec 2020 14:30:28 +0100 Subject: [PATCH] Fix typo in readme.md --- basic/sftp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/sftp/README.md b/basic/sftp/README.md index a3849aca..711fdbd3 100644 --- a/basic/sftp/README.md +++ b/basic/sftp/README.md @@ -21,7 +21,7 @@ NOTE: The test cases will create/delete a directory `si.sftp.sample`. ## INBOUND CHANNEL ADAPTER -To run the NBOUND CHANNEL ADAPTER sample execute **SftpInboundReceiveSample** test. You will see that based on configuration it will access the sample remote directory which contains 3 files and will attempt to securely copy them to a local directory which will be generated. The output should look like this: +To run the INBOUND CHANNEL ADAPTER sample execute **SftpInboundReceiveSample** test. You will see that based on configuration it will access the sample remote directory which contains 3 files and will attempt to securely copy them to a local directory which will be generated. The output should look like this: Received first file message: [Payload=local-dir/a.txt][Headers={timestamp=1290066001349, id=9dca686a-cfd4-4d96-a1a7-761feb005e43}] Received second file message: [Payload=local-dir/b.txt][Headers={timestamp=1290066001650, id=d33a475d-fa71-4c5b-b73e-3147969f1c6f}]