FTP Script
Posted: Tue Jan 17, 2017 2:58 am
Hi,
I’m using a IX T15B and I need to create a script that allows transferring files from the HMI memory card to a Robot by FTP.
I think the console is using .NET Framework Compact and for that reason FtpWebRequest doesn't work. I try the WebRequest with this code: WebRequest request = WebRequest.Create("ftp://192.168.2.10"), but console restarts.
Someone can help me?
Best Regards,
José Guarino
I’m using a IX T15B and I need to create a script that allows transferring files from the HMI memory card to a Robot by FTP.
I think the console is using .NET Framework Compact and for that reason FtpWebRequest doesn't work. I try the WebRequest with this code: WebRequest request = WebRequest.Create("ftp://192.168.2.10"), but console restarts.
Someone can help me?
Best Regards,
José Guarino