Page 1 of 1

Send and receive files between applications?

Posted: Mon Jul 29, 2013 10:46 pm
by trenatos
Are there any built in functions for sending and receiving files between two LC applications?

I don't want to use an FTP or other intermediary storage solution.

I'm currently using sockets to communicate between LC applications but need to expand to transfer files.

Re: Send and receive files between applications?

Posted: Tue Jul 30, 2013 1:13 am
by shaosean
You can use sockets to send the files, just open in binary mode so the files do not get corrupted..