IDTSFtpClientConnection100.SendFiles 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.
Send files to a remote location.
public:
void SendFiles(cli::array <System::String ^> ^ localFileNames, System::String ^ remotePath, bool overWrite, bool transferASCII);
[System.Runtime.InteropServices.DispId(19)]
public void SendFiles (string[] localFileNames, string remotePath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SendFiles : string[] * string * bool * bool -> unit
Public Sub SendFiles (localFileNames As String(), remotePath As String, overWrite As Boolean, transferASCII As Boolean)
Parameters
- localFileNames
- String[]
The local file name.
- remotePath
- String
The remote 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