TKFP.DLLのダウンロード

FTPクライアントクラスのインスタンスを初期化します

Namespace:  TKFP.Net
Assembly:  TKFP (TKFP.dll 内) バージョン: 1.4.0.2

Syntax

C#
public FtpClient(
	IFtpLogon FtpLogon,
	IPAddress Address,
	int Port,
	PortEntry LocalPortEntry
)
Visual Basic (Declaration)
Public Sub New ( _
	FtpLogon As IFtpLogon, _
	Address As IPAddress, _
	Port As Integer, _
	LocalPortEntry As PortEntry _
)

Parameters

FtpLogon
Type: TKFP.Net..::.IFtpLogon
ログオン処理を行うIFtpLogonクラス
Address
Type: System.Net..::.IPAddress
接続先を示すアドレス
Port
Type: System..::.Int32
接続先サーバーのポート番号
LocalPortEntry
Type: TKFP.Net..::.PortEntry
Activeモード用の待ち受けポート生成クラス

Remarks

クラスのインスタンスの作成には接続先を示すIPアドレス、ポート番号及び、接続時の手順を処理するためのIFtpLogonインターフェイスを持つクラスが必要です

See Also