Copy files from database server to a remote server
I am using database 19c (19.10.0.0.0) a program will create some csv files on a specific directory on database server. Later files should be copied to a remote server for access of external party. I want to confirm if UTL_TCP package can be used to achieve this requirement? What are pre-requisites other than read/write access for this package?