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
- 파생
- 특성
속성
| Name | Description |
|---|---|
| ChunkSize |
청크의 크기를 얻거나 설정합니다. |
| Retries |
FTP 클라이언트가 다시 연결을 시도한 횟수를 받거나 설정합니다. |
| ServerName |
서버 이름을 받거나 설정합니다. |
| ServerPassword |
서버 비밀번호를 설정합니다. |
| ServerPort |
연결에 사용되는 서버 포트를 받거나 설정합니다. |
| ServerUserName |
서버의 사용자 이름을 받거나 설정합니다. |
| Timeout |
연결을 위한 시간을 맞추거나 설정합니다. |
| UsePassiveMode |
클라이언트 연결이 패시브 모드를 사용하는지 설정하거나 획득합니다. |
메서드
| Name | Description |
|---|---|
| Close() |
클라이언트 연결이 끊깁니다. |
| Connect() |
클라이언트를 위한 연결을 구축합니다. |
| CreateRemoteDirectory(String) |
연결을 위한 원격 디렉터리를 생성합니다. |
| DeleteFiles(String[]) |
클라이언트 연결용 파일을 삭제합니다. |
| DeleteRemoteDirectory(String) |
클라이언트 연결의 원격 디렉터리를 삭제합니다. |
| GetListing(String[], String[]) |
클라이언트 연결 매물 정보를 얻습니다. |
| GetWorkingDirectory() |
클라이언트 연결의 작업 디렉터리를 가져옵니다. |
| ReceiveFiles(String[], String, Boolean, Boolean) |
원격 위치에서 파일을 수신합니다.. |
| SendFiles(String[], String, Boolean, Boolean) |
파일을 원격 장소로 보내세요. |
| SetWorkingDirectory(String) |
클라이언트 연결의 작업 디렉터리를 설정합니다. |