[This is preliminary documentation and subject to change.]
The SendFTSFile method sends FTS data.
object.SendFTSFile( sSrcFilename )
Before you call this method, you must call ipsend.ConnectFTS to establish a connection.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in ipenhsnd.idl.
Import Library: Included as a resource in ipenhsnd.dll.
Unicode: Yes.
ipsend.SendAnnouncement, ipsend.SendTrigger, ipsend.FTSAddress, ipsend.FTSPort, Data Trigger, ipsend.Throttle, ipsend.SendEvent
The following example uses SendFTSFile to transmit the file, File1.htm, to the client. This file is stored on the client as "C:\Program Files\TV Viewer\Interactive Content\<random>\MyShow\File1.htm" where <random> is a random string generated by the broadcast client.
isend.SendFTSFile "MyShow\File1.htm"
The following causes File1.htm to be downloaded to the client and stored in the "C:\Program Files\TV Viewer\Interactive Content\<random>File1.htm" directory.
isend.SendFTSFile "File1.htm"