Downloads a file from the server.
public void DownloadFile(string remoteFile, string localFile);
Public Sub DownloadFile(ByVal RemoteFile As String, ByVal LocalFile As String)
Use this method to download the RemoteFile or its part from the server and save it in LocalFile.