Recieves specified file from server.

Syntax
| C# | Visual Basic | Managed C++ |
public void ReceiveFile (
string fileName,
string putFileName
)
Public Sub ReceiveFile ( _
fileName As String, _
putFileName As String _
)
public:
void ReceiveFile (
String^ fileName,
String^ putFileName
)

Parameters
- fileName (String)
- File name of file which to receive.
- putFileName (String)
- File path+name which to store.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)