void Put(
byte[] bytes,
string remoteFile,
bool append
)Sub Put (
bytes As Byte(),
remoteFile As String,
append As Boolean
)void Put(
array<unsigned char>^ bytes,
String^ remoteFile,
bool append
)abstract Put :
bytes : byte[] *
remoteFile : string *
append : bool -> unit