As of now i am downloading the file from SFTP to local and then adding into the database.I want to remove the extra step that is to download the file to machine.
Asked
Active
Viewed 393 times
1 Answers
-1
The Text file input
step is based on Apache vfs, which can read from a sftp server. So the solution is to define the Filename/Directory
with the appropriate syntax:
sftp://[ username[: password]@] hostname[: port][ relative-path]
Supported file systems are on the Apache Common VFS web page.

AlainD
- 6,187
- 3
- 17
- 31