...
Part of the SFTP connection is the file path for our customer's data. Therefore, we will need to create this folder before we actually build the connection.
...
11. Next, we define the file path. Since this connection will be for uploading Product master data we will define it as shown below:
...
Info |
---|
We need to update FTP path to reflect the location on the FTP server where uploaded file will be stored. All IM servers have a default path of /filearea |
...
, we will append to this the folder. Thus, for our integration data |
...
and this will generate the SFTP path of /filearea/inbound |
...
. |
12. Finally, we add the Port from the SFTP email:
...