FtpDownload Method |
Name | Description | |
---|---|---|
Download(String) |
Downloads the remote file.
| |
Download(String, Int64) |
Downloads the remote file starting from the specified position.
You can check the value of SupportsRestStream of Extensions property to check if this method is supported by the remote server.
| |
Download(String, Stream) |
Downloads the remote file to the data stream.
| |
Download(String, String) |
Downloads the remote file to the local file.
| |
Download(String, Int64, Stream) |
Downloads the remote file to the data stream starting from the specified position.
You can check the value of SupportsRestStream of Extensions property to check if this method is supported by the remote server.
|