IDTSFtpClientConnection100.ReceiveFiles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Receives files from a remote location..
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)
Parameters
- remoteFileNames
- String[]
The remote filename.
- localPath
- String
The destination path.
- overWrite
- Boolean
True if the file will overwrite the existing file; otherwise, false.
- transferASCII
- Boolean
True if the file transfers ASCII; otherwise, false.
- Attributes