'Declaration Public Overloads Sub DownloadStream( _ ByVal localStream As System.IO.Stream, _ ByVal ftpFileName As System.String, _ ByVal restart As System.Long _ )
'Usage Dim instance As SFTP Dim localStream As System.IO.Stream Dim ftpFileName As System.String Dim restart As System.Long instance.DownloadStream(localStream, ftpFileName, restart)
public void DownloadStream( System.IO.Stream localStream, System.string ftpFileName, System.long restart )
public procedure DownloadStream( localStream: System.IO.Stream; ftpFileName: System.String; restart: System.Int64 );
public function DownloadStream( localStream : System.IO.Stream, ftpFileName : System.String, restart : System.long );
public: void DownloadStream( System.IO.Stream* localStream, System.string* ftpFileName, System.long restart )
public: void DownloadStream( System.IO.Stream^ localStream, System.String^ ftpFileName, System.int64 restart )
Parameters
- localStream
- The local file stream
- ftpFileName
- The FTP file path
- restart
- The byte offset to start downloading from.