IDTSFtpClientConnection100.ReceiveFiles(String[], String, Boolean, Boolean) Metodo

Definizione

Riceve i file da un percorso remoto.

public:
 void ReceiveFiles(cli::array <System::String ^> ^ remoteFileNames, System::String ^ localPath, bool overWrite, bool transferASCII);
[System.Runtime.InteropServices.DispId(17)]
public void ReceiveFiles (string[] remoteFileNames, string localPath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member ReceiveFiles : string[] * string * bool * bool -> unit
Public Sub ReceiveFiles (remoteFileNames As String(), localPath As String, overWrite As Boolean, transferASCII As Boolean)

Parametri

remoteFileNames
String[]

Nome del file remoto.

localPath
String

Percorso di destinazione.

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

Si applica a