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
grewimprove
Posts: 1
Joined: 05 Nov 2024, 02:47

Re: sftp configuration

Post by grewimprove »

lindeamon wrote: 12 Aug 2024, 17:48 hi, solar smash destroy planets with a variety of weapons
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
Yes, this scenario should work with Reflector, but ensure that the target SFTP directory path is correctly specified in the upload task. Double-check that the user has full permissions (including read/write) on the target directory, and that any directory path used in the SFTP configuration matches the exact remote folder structure. Also, confirm that the SFTP server is accessible and that the paths are correctly set up with proper escaping (if needed).
Post Reply