ipsend.ConnectFTS

[This is preliminary documentation and subject to change.]

The ConnectFTS method establishes a connection for the transmission of FTS data.

Syntax

object.ConnectFTS( sAddress, iPort )
 

Parts

object
Object expression that resolves to an ipsend object.
sAddress
String that contains the IP address. This address should be in the format xxx.xxx.xxx.xxx, for example 255.255.255.255.
iPort
Integer that contains the IP port.

Remarks

You must call this method before calling ipsend.SendFTSFile.

QuickInfo

  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.

See Also

ipsend.ConnectAnnouncement, ipsend.ConnectTrigger, ipsend.FTSAddress, ipsend.FTSPort, ipsend.Throttle