GrapeCity Secure FTP for .NET 4.0J
AsciiExtensions プロパティ

どのファイルがASCII転送モードを使用してコピーされるかを示すファイル拡張子のリスト。
シンタックス
<DescriptionAttribute("File extentions that will use ASCII transfer mode (TYPE A).")>
<CategoryAttribute("データ")>
Public ReadOnly Property AsciiExtensions As AsciiExtensions
[Description("File extentions that will use ASCII transfer mode (TYPE A).")]
[Category("データ")]
public AsciiExtensions AsciiExtensions {get;}
解説
ASCII転送タイプは、改行文字にLFまたはCRを使用するFTPサーバーに対して、ファイル転送時に改行文字をCR/LFとしてエンコードするよう知らせます。このリストに含まれない拡張子のファイルは、エンコーディングなしで(バイナリで)転送されます。

初期設定は、"asp"、"c"、"cf"、"cgi"、"cs"、"css"、"cpp"、"h"、"htm"、html"、"jc"、"php"、"pl"、"ps"、"rtf"、"svg"、"txt"、"vb"、"vbs"、"xml"です。

このプロパティは、AsciiExtensions.Enabledがfalseの場合には効果がありません。

参照

関連項目

FtpSession クラス
FtpSession メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.