|
|
|
|
|
|
|
|
|
|
CommX File Transfer Control Interface |
File Transfer Control Properties | |
AsciiReceiveTimeout |
Set # milliseconds for receiving ASCII transfer |
AsciiStripIncomingLF |
Enables stripping LF codes from incoming ASCII file |
AsciiTransmitLineDelay |
Accommodate other end requiring delay |
CreateProgressWindow |
Enables run time file transfer progress dialog |
CurrentByteCount |
Bytes received so far in current file |
CurrentErrorCount |
Number of line errors encountered so far in current file |
CurrentFileCount |
Number of files sent or received so far |
CurrentFileLength |
Number of bytes in file being processed |
CurrentFileName |
Name of current file being transferred |
DownloadDirectory |
Pathname destination for incoming files |
FileNameDelimiters |
Delimiter character between filenames in list |
IncludeSubdirectories |
Enables subdirectory recursion when sending wildcard filenames |
MaxErrors |
Maximum errors before abort transfer |
MonitorCarrier |
Enables abort if Carrier Detect signal lost |
Port |
Port handle associated with transfer |
ProcessDialogParent |
Handle of the parent window for the built-in progress dialog |
Protocol |
Selects protocol for transfers |
ReceiveFileName |
Name of file currently being received |
SendFileNames |
String (delimited) listing file(s) to be sent |
StripPathOnReceive |
Enables storing all incoming files in same directory |
StripPathOnSend |
Enables sending all files without relative path |
Terminal |
Terminal (handle) associated with this file transfer process |
ZmodemCrashRecovery |
Enables ZModem transfer crash recovery capability |
ZmodemOverwriteMode |
Select condition for file overwrite on ZModem receive |
ZModemWindowSize |
Sets sliding window size for ZModem transfers |
File Transfer Control Methods | |
AbortXfer |
Abort file transfer process |
ReceiveFiles |
Initiate process of (listening) receiving one or more files |
SendFiles |
Initiate process of sending one or more files |
File Transfer Control Events | |
Message |
Event to display a string in message box process |
ReceiveFileComplete |
Fired at end of receiving (each) file |
ReceiveFileStart |
Fired when incoming file begins in receive process |
SendFileComplete |
Fired when completing (each) file in transmit process |
SendFileStart |
Fired when starting to send (each) file |
StatusUpdate |
Fired when status has changed (which may require action) |