Gets the InputStream from the data connection.
Namespace: Jscape.FtpAssembly: 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 ) |