Launch ftp in windows explorer?

I am trying to launch an ftp server in windows explorer from ignition.
the following works from the computers command line:
“explorer.exe ftp://login@ipaddress

I have tried the same command from the .openURL() function but does not work.
I can open just explorer by using:
system.net.openURL(“explorer.exe”)

but as soon as it try to add anything additional like the ftp information, or even a folder, it fails.

Thanks for any help.
Scott

does this function work?

system.util.execute(commands)

yes, it sure does!

Thanks a bunch!