Gets an
CopyC#
from SSH server for the purposes of downloading a file.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public Stream GetInputStream(
string filename,
long offset
) |
Visual Basic |
---|
Public Function GetInputStream ( _
filename As String, _
offset As Long _
) As Stream |
Visual C++ |
---|
public:
Stream^ GetInputStream(
String^ filename,
long long offset
) |
Parameters
- filename
- Type: System..::..String
remote file name to download
- offset
- Type: System..::..Int64
file offset in bytes
Return Value
an
CopyC#
See Also