Click or drag to resize

FtpDownload Method (String, Stream)

Downloads the remote file to the data stream.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void Download(
	string remotePath,
	Stream destination
)

Parameters

remotePath
Type: SystemString
The path of the remote file.
destination
Type: System.IOStream
The destination stream.
See Also