edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
INTERNAL USE ONLY.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
protected void SyncUploadFile(
	string localPath,
	string remoteFile,
	WriteMode writeMode
)
Visual Basic
Protected Sub SyncUploadFile ( _
	localPath As String, _
	remoteFile As String, _
	writeMode As WriteMode _
)
Visual C++
protected:
void SyncUploadFile(
	String^ localPath, 
	String^ remoteFile, 
	WriteMode writeMode
)

Parameters

localPath
Type: System..::..String
remoteFile
Type: System..::..String
writeMode
Type: EnterpriseDT.Net.Ftp..::..WriteMode

See Also