cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
767
Views
0
Helpful
1
Replies

SFTP - how to force transfer only of completed files?

rohitgopi
Level 1
Level 1

If I have a directory with say 4 complete (full files) all starting with ABC, and the job has dependencies to verify that ABC* files stable for 1 minute and if satisfied, start SFTP of ABC* files. Now, lets say, in the meantime, a 5th file also starting with ABC is being written into the folder (file still being written into). How can I prevent the SFTP job from NOT sending the 5th file (since it is not fully ready yet)?

1 Reply 1

dsuhal007
Level 1
Level 1

Hi Rohit,

For above issue you can use file event  concept to transfer the files through SFTP.

file event option is available in event tab.

it will tranfer all your files to one temporory location and from their you can ftpied them.

Thanks,

Dinesh