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