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

ファイル転送やリスト取得処理を行う際に、PWDコマンドを使用するかどうかを設定します。
シンタックス
<DescriptionAttribute("Specifies whether to utilize PWD commands for file and listing operations.")>
<DefaultValueAttribute()>
Public Property UsePWD As Boolean
[Description("Specifies whether to utilize PWD commands for file and listing operations.")]
[DefaultValue()]
public bool UsePWD {get; set;}
解説
Falseに設定した場合、PWDコマンドは送信されず、パス情報は相対パスとなります。 デフォルトは True で、ファイル転送やリスト取得の処理を行う場合にFTPサーバーに、現在の作業ディレクトリを取得するためPWDコマンドを送信します。 FTPサーバーが、PWDコマンドをサポートしていない、あるいは許可していないため、PWDコマンドでエラーが発生し、サーバーとの通信処理が正常に実行できないなどの問題が発生する場合は、UsePWDプロパティを Falseに設定してください。
参照

関連項目

Ftp クラス
Ftp メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.