언어

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

파일이 기존 파일을 덮어쓸 경우 참입니다; 그렇지 않으면 거짓입니다.

transferASCII
Boolean

파일이 ASCII를 전송할 경우 참입니다; 그렇지 않으면 거짓입니다.

특성

적용 대상