Compartir a través de


IDTSFtpClientConnection100.SendFiles Método

Definición

Envía archivos a una ubicación remota.

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[]

El nombre de archivo local.

remotePath
String

La ruta de acceso remota.

overWrite
Boolean

True si el archivo sobrescribirá el archivo existente; de lo contrario, false.

transferASCII
Boolean

True si el archivo transfiere ASCII; de lo contrario, false.

Atributos

Se aplica a