I am trying to develop SSIS package that will get the file from ftp and copies to another server, i have already set up all the tasks except the task that copies and saves to the remote server.
It will be easy to copy the ftp file to local then transfer it to the remote server.
Is there any task i can use to transfer this files from FTP to another remote server?
If script task is possible, please share me some scripts, since i new to coding.
Thanks