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

進捗情報を表示するために自動的にSIZEコマンドを使用する場合は trueに設定します。
シンタックス
<DefaultValueAttribute()>
<DescriptionAttribute("Set to true to enable automatic use of the SIZE command for displaying progress information.")>
<CategoryAttribute("データ")>
Public Property AutoSize As Boolean
[DefaultValue()]
[Description("Set to true to enable automatic use of the SIZE command for displaying progress information.")]
[Category("データ")]
public bool AutoSize {get; set;}
解説
デフォルトは trueです。サーバーがSIZEコマンドをサポートしている場合、CopyResult.LengthListProgress.TotalBytesを取得するために使用されます。これらの値が必要でない場合は、このプロパティを falseに設定するとSIZEコマンドは使用されません。
参照

関連項目

FtpSession クラス
FtpSession メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.