TKFP.DLLのダウンロード
Assembly: TKFP (TKFP.dll 内) バージョン: 1.4.0.2
FTPクライアントクラスのインスタンスを初期化します
Namespace:
TKFP.NetAssembly: TKFP (TKFP.dll 内) バージョン: 1.4.0.2
Syntax
C# |
---|
public FtpClient( IFtpLogon FtpLogon, string HostName, int Port, PortEntry LocalPortEntry ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ FtpLogon As IFtpLogon, _ HostName As String, _ Port As Integer, _ LocalPortEntry As PortEntry _ ) |
Parameters
- FtpLogon
- Type: TKFP.Net..::.IFtpLogon
ログオン処理を行うIFtpLogonクラス
- HostName
- Type: System..::.String
接続先のホスト名
- Port
- Type: System..::.Int32
接続先サーバーのポート番号
- LocalPortEntry
- Type: TKFP.Net..::.PortEntry
Activeモード用の待ち受けポート生成クラス
Remarks
クラスのインスタンスの作成には接続先を示すIPアドレス、ポート番号及び、接続時の手順を処理するためのIFtpLogonインターフェイスを持つクラスが必要です