and on receiving end decrypting it with same function in the Target function on the receiving computer. For some reason, however, I keep on receiving an empty string in the receiving function.
Any ideas on what the right way to do this would be great!
Quote:To identify a computer on the Internet, is used different IP address than in local network. You may see several IP addresses in the Network dialog. The first probably is the network IP. Internet IP's often are dynamic, that is, your Internet Service Provider assigns your computer a different IP address each time you connect to the Internet.
Do you think your issue might be dynamic IP address?
if(!SilentExport("folder_x""$temp$\folder_x.qml"8))end"failed" str s.getfile("$temp$\folder_x.qml") str sr int r=net(comp pas "receiving_function" sr s) if(r)end"failed, %i"0 r
Generally net was created for local network. The fact that sometimes it also may work on internet was something unwanted because of security, but I didn't know a way how to prevent it.
We have multiple carts called COW's (Computer On Wheels) where i work.
Each has it's own network (COW1, COW2, COW3 and so on).
Was trying to be able to send something between different laptops even if it was connected to a different network.
I figured it out lastnight though, thanks guys.