Example #1
0
 /// <summary>
 ///     Uploads a file to the server.
 /// </summary>
 /// <param name="filePath">The local path of the file to upload.</param>
 public void UploadFile(string filePath)
 {
     _transferProvider.UploadFile(filePath);
 }