ExFTPConnectionSyncUploadFile Method
INTERNAL USE ONLY.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected void SyncUploadFile(
string localPath,
string remoteFile,
WriteMode writeMode
)
Protected Sub SyncUploadFile (
localPath As String,
remoteFile As String,
writeMode As WriteMode
)
protected:
void SyncUploadFile(
String^ localPath,
String^ remoteFile,
WriteMode writeMode
)
member SyncUploadFile :
localPath : string *
remoteFile : string *
writeMode : WriteMode -> unit
Parameters
- localPath String
- remoteFile String
- writeMode WriteMode
-