Share via


IDTSFtpClientConnection100.ReceiveFiles Méthode

Définition

Reçoit des fichiers à partir d'un emplacement distant.

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)

Paramètres

remoteFileNames
String[]

Nom de fichier distant.

localPath
String

Chemin d'accès de destination.

overWrite
Boolean

True si le fichier remplacera le fichier existant ; sinon, false.

transferASCII
Boolean

True si le fichier transfère ASCII ; sinon, false.

Attributs

S’applique à