NET SFTP Library
ResumeDownloadStream Method






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : ResumeDownloadStream Method
Resume a download from the current stream position
Syntax
'Declaration
 
Public Sub ResumeDownloadStream( _
   ByVal localStream As System.IO.Stream, _
   ByVal ftpFileName As System.String _
) 
'Usage
 
Dim instance As SFTP
Dim localStream As System.IO.Stream
Dim ftpFileName As System.String
 
instance.ResumeDownloadStream(localStream, ftpFileName)
public void ResumeDownloadStream( 
   System.IO.Stream localStream,
   System.string ftpFileName
)
public procedure ResumeDownloadStream( 
    localStream: System.IO.Stream;
    ftpFileName: System.String
); 
public function ResumeDownloadStream( 
   localStream : System.IO.Stream,
   ftpFileName : System.String
);
public: void ResumeDownloadStream( 
   System.IO.Stream* localStream,
   System.string* ftpFileName
) 
public:
void ResumeDownloadStream( 
   System.IO.Stream^ localStream,
   System.String^ ftpFileName
) 

Parameters

localStream
ftpFileName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SFTP Class
SFTP Members