NET FTP Library
ResumeDownloadStream Method






KellermanSoftware.NetFtpLibrary Namespace > FTP 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 FTP
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

FTP Class
FTP Members