다음을 통해 공유


IDTSFtpClientConnection100.SendFiles 메서드

정의

원격 위치에 파일을 보냅니다.

public:
 void SendFiles(cli::array <System::String ^> ^ localFileNames, System::String ^ remotePath, bool overWrite, bool transferASCII);
[System.Runtime.InteropServices.DispId(19)]
public void SendFiles (string[] localFileNames, string remotePath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SendFiles : string[] * string * bool * bool -> unit
Public Sub SendFiles (localFileNames As String(), remotePath As String, overWrite As Boolean, transferASCII As Boolean)

매개 변수

localFileNames
String[]

논리적 파일 이름입니다.

remotePath
String

원격 경로입니다.

overWrite
Boolean

파일이 기존 파일을 덮어쓰는 경우 True입니다. 그렇지 않으면 false입니다.

transferASCII
Boolean

파일이 ASCII를 전송하는 경우 True입니다. 그렇지 않으면 false입니다.

특성

적용 대상