I need to make backups to a FTP server, I see that I can use the tool fetch, but as the mk is behind a NAT, I need FTP client (which sends the file MK) is passive, otherwise the connection is not established.
This is an example of the command I’m running but remaining in coneccting
tool fetch url= “ftp://mk.xxx.xxx/Respaldosmk/Hola.rsc” password=pelusa user=user mode=ftp upload=yes src-path= “Hola.rsc”
Is it possible to define the FTP passive mode is started?
Greetings.