Compartilhar via


IDTSFtpClientConnection100.ReceiveFiles Método

Definição

Recebe arquivos de um local 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)

Parâmetros

remoteFileNames
String[]

O nome do arquivo remoto.

localPath
String

O caminho de destino.

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