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

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

Syntax

C#
void Put(
	byte[] bytes,
	string remoteFile,
	bool append
)
Visual Basic
Sub Put ( _
	bytes As Byte(), _
	remoteFile As String, _
	append As Boolean _
)
Visual C++
void Put(
	array<unsigned char>^ bytes, 
	String^ remoteFile, 
	bool append
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
remoteFile
Type: System..::..String
append
Type: System..::..Boolean

See Also