Linguaggio

IDTSFtpClientConnection100.SendFiles Metodo

Definizione

Invia i file a una località 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)

Parametri

localFileNames
String[]

Il nome del file locale.

remotePath
String

Il sentiero isolato.

overWrite
Boolean

Vero se il file sovrascrive il file esistente; altrimenti, falso.

transferASCII
Boolean

Vero se il file trasferisce ASCII; altrimenti, falso.

Attributi

Si applica a