Before You Install the Recipe
Perform the following tasks on your sFTP server.
- Log in to the server using your user name and password through an FTP client; for example, FileZilla.
- Create an input directory (
FTP_COPY_LIST_FILES_READ
) on the server from which to read files. The path of the directory should be:\FTP_COPY_LIST_FILES_READ\
. - Place a sample file (
test.xml
) in the input directory. - Create an output directory (
FTP_COPY_LIST_FILES_WRITE
) on the server to write files. The path of the directory should be:\FTP_COPY_LIST_FILES_WRITE\
.