cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SFTP to blob storage

sindhu
New Contributor II

Hi Team,

I have a requirement where in I have to read the files from SFTP and write the files to Blob storage. This has to be done every 15 minutes. How can I ensure I am not writing any duplicate files to the blob?

Regards
Sindhu

1 ACCEPTED SOLUTION

Yes, you can achieve it with manipulating the file in sldb, but it is easier if you have an access to database.

You can create a file in sldb and append data to it once a file is processed.

BR,
Marjan

View solution in original post

6 REPLIES 6

Yes, you can achieve it with manipulating the file in sldb, but it is easier if you have an access to database.

You can create a file in sldb and append data to it once a file is processed.

BR,
Marjan

Thank you. Will implement this if the requirement does not change.