Programming with FTP OLE Automation

image\rwnprg32.gif ReadTabAsSpaces property

 

Syntax

Object.ReadTabAsSpaces
Object.ReadTabAsSpaces =
Value

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether tab characters in local files are converted to spaces in server files during ASCII transfers.

When this property is set to True, tab characters in local files are converted to space characters as they are sent to the host during ASCII transfers. The equivalent property for ASCII transfers from the host is WriteSpacesAsTab.

Values

The default value is True.

FTP Script SET Parameter Equivalent

TABS-TO-SPACES