|
FtpFileGetInputStream(Int64) Method
|
Gets FTP input stream for file at given offset.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxfunction GetInputStream(offset);
View SourceParameters
- offset Int64
- Offset into stream to start.
Return Value
FtpInputDataStreamFTP input stream for file.
See Also