void Put(
string localPath,
string remoteFile,
bool append
)Sub Put (
localPath As String,
remoteFile As String,
append As Boolean
)void Put(
String^ localPath,
String^ remoteFile,
bool append
)abstract Put :
localPath : string *
remoteFile : string *
append : bool -> unit