IDTSFtpClientConnection100.ReceiveFiles Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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