Receives a file from the host to the PC.
ret = ReceiveFile (String)
ret |
Integer,output |
|
0 = OK |
|
Non zero = Error |
|
|
String |
String, input |
|
The string that contains the receive file names and options. |
Example
Sub ZMain()
ReceiveFile "c:\pc.txt 'host.txt' ascii crlf"
End Sub