Hi, I have some files on a remote server I need to...
# ask-community
d
Hi, I have some files on a remote server I need to download them and remove them from server Download part would be @asset How/where should I put removal part of the process?
d
Hi @Deividas Jodogalvis, you can put both actions in an @asset or even split them in seperate assets. You could also consider looking into @resources or IO Managers, as you are interacting with an external system / remote server. Hope that helps 🙂
d
Thanks! I think I will just make it an @asset and attach an IO manager to it that does the actual file removal