Gets the InputStream from the data connection.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public Stream GetInputStream(
	string remoteName,
	long off
)
Visual Basic
Public Function GetInputStream ( _
	remoteName As String, _
	off As Long _
) As Stream
Visual C++
public:
Stream^ GetInputStream(
	String^ remoteName, 
	long long off
)

Parameters

remoteName
Type: System..::..String
Remote file name
off
Type: System..::..Int64
file offset

Return Value

Returns a Stream from the data connection instance.

See Also