IDTSFtpClientConnection100.SendFiles Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Invia i file in un percorso remoto.
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)
Parametri
- localFileNames
- String[]
Nome del file locale.
- remotePath
- String
Percorso remoto.
- overWrite
- Boolean
True se il file sovrascriverà il file esistente; in caso contrario, false.
- transferASCII
- Boolean
True se il file trasferisce ASCII; in caso contrario, false.
- Attributi