Download a file from an the server, overriding it if it already exists.
DownloadFile(String, String) | Download a file from an the server, overriding it if it already exists. |
DownloadFile(String, String, Int64, Int64) | Downloads the specified part of the remote file to the specified offset of the local file. |
DownloadFile(String, String, Int64, Int64, Int64) | Downloads the specified part of the remote file to the specified offset of the local file. |
DownloadFile(String, Stream, Int64) | Downloads at the specified offset and writes to the destination Stream. |
DownloadFile(String, Stream, Int64, Int64) | Downloads at the specified offset and writes to the destination Stream. |
DownloadFile(String, Stream) | Downloads a file on the server and writes to the destination Stream. |
Top