0

I have to copy the files in local folder to sftp location using pentaho.

i have tried with "copy step"step from spoon jobs by providing local path in file/folder source path and sftp details file/folder destination.

while executing i am getting error like "File system exception : could not find file in the files /path".

please let me know how to resolve it.

i did copying files from sftp to local folder using same "copy file" step by proving sftp details in file/folder source path and local path file/folder destination, it is working.

i have defined vfs parameters also in job.

Thanks

user3625039
  • 1
  • 1
  • 3

2 Answers2

0

You should try the "Get file with SFTP" and "Put file with SFTP" entries instead.

Both have support for authentication via username/password or private key.

nsousa
  • 4,448
  • 1
  • 10
  • 15
0

"copy files" will not be the best option here. Try using "Get a file with SFTP"

Dinesh B
  • 143
  • 1
  • 7