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.
Send and receive files between applications?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Send and receive files between applications?
You can use sockets to send the files, just open in binary mode so the files do not get corrupted..