 | FtpDownload(String, Stream) Method |
Downloads the remote file to the data stream.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void Download(
string remotePath,
Stream destination
)
Public Sub Download (
remotePath As String,
destination As Stream
)
public:
void Download(
String^ remotePath,
Stream^ destination
)
member Download :
remotePath : string *
destination : Stream -> unit Parameters
- remotePath String
- The path of the remote file.
- destination Stream
- The destination stream.
See Also