Click or drag to resize

FtpDownload Method

Overload List
  NameDescription
Public methodDownload(String)
Downloads the remote file.
Public methodDownload(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.
Public methodDownload(String, Stream)
Downloads the remote file to the data stream.
Public methodDownload(String, String)
Downloads the remote file to the local file.
Public methodDownload(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.
Top
See Also