Search found 1 match
- Tue Jan 17, 2017 2:58 am
- Forum: Scripting
- Topic: FTP Script
- Replies: 1
- Views: 5203
FTP Script
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.Cr...