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);
Public Sub SendFiles (localFileNames As String(), remotePath As String, overWrite As Boolean, transferASCII As Boolean)

參數

localFileNames
String[]
remotePath
String
overWrite
Boolean
transferASCII
Boolean
屬性

適用於