'Declaration Public Overloads Function GetDownloadStream( _ ByVal remoteFilename As String _ ) As Stream
'Usage Dim instance As FtpClient Dim remoteFilename As String Dim value As Stream value = instance.GetDownloadStream(remoteFilename)
public Stream GetDownloadStream( string remoteFilename )
Parameters
- remoteFilename
- The filename of the file to retrieve. Some FTP servers may be case-sensitive!
Return Value
The data System.IO.Stream to read from.