Speedway Reader IPJ-R1000 for UHF Gen 2 RFID
70
> transfer from-reader syslog tftp://10.0.10.37/syslog.txt.gz
Status=0,'Success'
>
8.6.2. transfer status Command
The
transfer status
command displays the current status of the transfer sub-system. The command usage is shown below. The
command response parameters are given in Table 8-30. This command takes no arguments.
Usage: transfer status
Table 8-30 “transfer status“ Command Response
Parameter
Name
Format
Description
TransferStatus
<Unknown |
Contacting Server |
Transferring |
Transfer Failed |
Done>
The status of the transfer. Unknown means there is no
outstanding transfer command.
Reason
< Unknown Host |
Access Denied |
File Not Found |
Timeout |
Invalid URI Format |
Invalid URI Format
(username:password@host)>
Reason for failure of transfer.
Note that when using TFTP to upload, the remote file
may have to be already on the server with the right
permission, otherwise transfer fails with reason “File
Not Found” or “Access Denied”.
If the remote URI is invalid, transfer fails with reason
“Invalid URI Format” and if FTP is used, the correct
form is given in the Reason string.
An example of a failed transfer has the following status response:
> transfer status
Status=0,'Success'
TransferStatus=Transfer Failed
Reason=Unknown Host
>