Hi
If you have Internet Toolkit installed on your computer, then you can use FTP vis available for transferring files using file transfer protocol.
Even If you don't have the toolkit you can write your own vis to serve the purpose.
Follow these steps to transfer file through TCP
on host Side
1. Read the file. (If Files are too large then you should read them in parts and show progressbar on panel so that user will not find your program 'Not Responding')
2. Send the read data(either entire file or part of file)to the RT controller user TCP Vis
On RT side
1. Listen for the connection and then Read data from TCP
2. Append the Read data to specified file.
The description given above is not in detail, but I think it clarifies the concept.