Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ZmodemReceiveStartupCommand Property


In This Topic
ZmodemReceiveStartupCommand Property
In This Topic
When you send a file from the PC to the host using the Zmodem protocol, this command is transmitted to the host.
Syntax
'Declaration
 
Property ZmodemReceiveStartupCommand As String
 
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.ZmodemReceiveStartupCommand = value
 
value = instance.ZmodemReceiveStartupCommand

Property Value

The default value is "". This string can be up to 80 characters long.
Remarks
It should contain the name of the program that starts the Zmodem receive command on the host. If you do not specify a receive startup command, you must manually start the host's Zmodem receive program before you can send files. This property is only necessary when sending files to a host system; it is not required for transferring files to a bulletin board. The default value is "". This string can be up to 80 characters long.
See Also