IDTSFtpClientConnection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 |
클라이언트 연결에서 Passive 모드를 사용하는지 여부를 가져오거나 설정합니다. |
메서드
Close() |
클라이언트 연결을 닫습니다. |
Connect() |
클라이언트에 대한 연결을 설정합니다. |
CreateRemoteDirectory(String) |
연결에 대한 원격 디렉터리를 만듭니다. |
DeleteFiles(String[]) |
클라이언트 연결에 대한 파일을 삭제합니다. |
DeleteRemoteDirectory(String) |
클라이언트 연결에 대한 원격 디렉터리를 삭제합니다. |
GetListing(String[], String[]) |
클라이언트 연결에 대한 목록을 가져옵니다. |
GetWorkingDirectory() |
클라이언트 연결에 대한 작업 디렉터리를 가져옵니다. |
ReceiveFiles(String[], String, Boolean, Boolean) |
원격 위치에서 파일을 받습니다. |
SendFiles(String[], String, Boolean, Boolean) |
원격 위치에 파일을 보냅니다. |
SetWorkingDirectory(String) |
클라이언트 연결에 대한 작업 디렉터리를 설정합니다. |