Programming with Reflection
XmodemSendFile method
Syntax object.XmodemSendFile LocalFile, [TransferType]
Transfers a file from the PC to the host, using the Xmodem file transfer protocol.
LocalFile Argument Type: String
Required
Specifies a local file. This string cannot contain wildcard characters.
TransferType Argument Type: Enumeration
Optional
Specifies what type of file is being transferred. The default is rcBinary. The possible values are:
rcASCII
Specifies an ASCII file transfer. If the XmodemTranslateCharacters property is set to True, the following translations are performed:
· Character set translations (as specified on the Emulation tab in the Terminal Setup dialog box).
· Relevant ASCII File Translation options (as specified on the Translation tab in the File Transfer Setup dialog box).
If XmodemTranslateCharacters is set to False, carriage return/linefeed sequences may still be translated to record separator characters (if the ConvertEOLToSeparator property is set to True), and a Ctrl+Z character may still be read as an end-of-file indicator (if the ReadCtrlZAsEOF property is set to True), but no other translations are performed.
rcBinary
Binary file transfer. Data in the file is not translated as it is transferred.
rcAutoDetect
File transfer type is determined by the file extension. Use these properties to determine which file extensions are linked to which transfer type:
TransferAutoDetectASCIIExtensionList
TransferAutoDetectBinaryExtensionList