Downloads a file from the server.
procedure DownloadStream(RemoteFile: String; LocalStream: TStream);
Use this method to download the RemoteFile or its part from the server and save it in LocalStream.