IDTSFtpClientConnection100 インターフェイス

定義

FTP クライアント接続のインターフェイスを表します。

public interface class IDTSFtpClientConnection100
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSFtpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface IDTSFtpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSFtpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type IDTSFtpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type IDTSFtpClientConnection100 = interface
Public Interface IDTSFtpClientConnection100
派生
属性

プロパティ

ChunkSize

チャンクのサイズを取得します。値の設定も可能です。

Retries

FTP クライアントが接続を再試行した回数を取得します。値の設定も可能です。

ServerName

サーバーの名前を取得します。値の設定も可能です。

ServerPassword

サーバー パスワードを設定します。

ServerPort

接続に使用されるサーバー ポートを取得します。値の設定も可能です。

ServerUserName

サーバーのユーザー名を取得します。値の設定も可能です。

Timeout

接続のタイムアウトを取得します。値の設定も可能です。

UsePassiveMode

クライアント接続でパッシブ モードを使用するかどうかを取得します。値の設定も可能です。

メソッド

Close()

クライアント接続を閉じます。

Connect()

クライアント接続を確立します。

CreateRemoteDirectory(String)

接続のリモート ディレクトリを作成します。

DeleteFiles(String[])

クライアント接続のファイルを削除します。

DeleteRemoteDirectory(String)

クライアント接続のリモート ディレクトリを削除します。

GetListing(String[], String[])

クライアント接続の一覧を取得します。

GetWorkingDirectory()

クライアント接続の作業ディレクトリを取得します。

ReceiveFiles(String[], String, Boolean, Boolean)

ファイルをリモートの場所から受信します。

SendFiles(String[], String, Boolean, Boolean)

ファイルをリモートの場所に送信します。

SetWorkingDirectory(String)

クライアント接続の作業ディレクトリを設定します。

適用対象