Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
void Put(
	string localPath,
	string remoteFile,
	bool append
)
Visual Basic
Sub Put ( _
	localPath As String, _
	remoteFile As String, _
	append As Boolean _
)
Visual C++
void Put(
	String^ localPath, 
	String^ remoteFile, 
	bool append
)

Parameters

localPath
Type: System..::..String
remoteFile
Type: System..::..String
append
Type: System..::..Boolean

See Also