FTP with Studio Plug-in

Hello. I have a BOT that from now on needs to transfer the files via FTP.

I am working only with RobotStudio Plug-in.

Is there a connector that allows me? Do I need to install something else? DevStudio?

Thank you

@AlvaroS6 There are no built-in connectors for FTP. You can create a component of your own to do so using Visual Studio (since you are using the plug-in) or use a script to do so as well. This will require some C#. I did a quick search and there appear to be a good number of examples in C# that should work in a script or as a separate component.

If you do not have any C# knowledge, then I believe that you can also do this within the Pega platform (assuming your file is attached to a case). That might be an option if you have an instance of the Pega Platform to use.

https://docs-previous.pega.com/reference/87/connect-ftp-method