IDTSFTPTask.IsTransferTypeASCII Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.

public:
 property bool IsTransferTypeASCII { bool get(); void set(bool value); };
public bool IsTransferTypeASCII { get; set; }
member this.IsTransferTypeASCII : bool with get, set
Public Property IsTransferTypeASCII As Boolean

Property Value

true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.

Applies to