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