Programming with FTP OLE Automation
WriteCtrlZAsEOF property
Syntax |
Object.WriteCtrlZAsEOF |
Data type |
Boolean |
Returns (first syntax line) or specifies (second syntax line) whether the FTP Client automatically adds an end-of-file marker at the end of ASCII files received from the host. Some older PC programs require the Ctrl-Z end-of-file marker. The equivalent property for ASCII transfers to the host is ReadCtrlZAsEOF, which determines whether the Ctrl-Z at the end of PC files should be copied to the host during an ASCII file transfer.
This property is relevant only for ASCII file transfers from the host.
The default value is False.
WRITE-CTRLZ