Downloads a file from the server into a stream.
procedure DownloadStream(RemoteFile: String; LocalStream: TStream);
Use this method to download RemoteFile into a stream object.