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