edtFTPnet/Free - Open-source FTP component for .NET | Download

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

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