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)

クライアント接続用のワーキングディレクトリを設定します。

適用対象