TKFP.DLLのダウンロード

FTPサーバーへのログオン処理をするクラスにに必要なインターフェイス

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

Syntax

C#
public interface IFtpLogon : ICloneable
Visual Basic (Declaration)
Public Interface IFtpLogon _
	Implements ICloneable

Remarks

サーバーへのログオン方法が特殊な場合このインターフェイスを継承することで、独自のログオン処理を作成することが可能です。

See Also