sftp configuration

Questions about Cobian Reflector
Post Reply
lindeamon
Posts: 6
Joined: 09 Jul 2023, 18:10

sftp configuration

Post by lindeamon »

hi,
i am trying to implement a mechanism to transfer files to\from sftp and sometimes i get (code=2) from sftp destination meaning the directory was not found even though the directory is there.
here is my setup:
1. reflector is running as a service with modify permission on the local root folder where i download to\ upload from files.
2. i download files from remote sftp to a local folder and trigger another task that uploads the downloaded files to a remote sftp
3. target sft server is running windows ssh server. the user assigned for this have modifiy permission on the root folder with inheritance.

i have configured 2 tasks:
1. download from sftp source to a local directory. i use filter because i want to download certain files.
2. upload to sftp target from the previous task's download directory. i want to upload only files to the initial directory i configured in the target sftp.

what is the correct configuration ?
can this scenario work wit reflector ?

10x
Post Reply