Partilhar via


IDTSFtpClientConnection100.SendFiles Método

Definição

Envia arquivos a um local 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)

Parâmetros

localFileNames
String[]

O nome do arquivo local.

remotePath
String

O caminho remoto.

overWrite
Boolean

True se o arquivo substituir o arquivo existente; caso contrário, false.

transferASCII
Boolean

True se o arquivo transferir ASCII; caso contrário, false.

Atributos

Aplica-se a