BlueLibs documentation

OBEXFtpConnection.GetFile Method 

Get a file with AFileName from the FTP server.

[Visual Basic]
Public Function GetFile( _
   ByVal AFileName As String _
) As MemoryStream
[C#]
public MemoryStream GetFile(
   string AFileName
);

Parameters

AFileName
The name of the file to get.

Return Value

Returns MemoryStream object containing the content of the file.

See Also

OBEXFtpConnection Class | BlueLibs.Components Namespace