FieldServer 1.1 Video Game Controller User Manual


 
Ruinet Utility User Manual
Page 40 of 46
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-9042 Toll_Free: 888-509-1970 email: support@fieldserver.com
Transfers the file config.csv from the FieldServer to the host computer where it will be saved
as config.csv. It will be saved in the folder from which RuiNet was executed.
Appendix B.11. Forcing a Download -o
When downloading a file that already exists on the FieldServer, RuiNet checks if the file to
be downloaded is identical to the file already on the FieldServer. If the files are identical,
RuiNet responds that a download is not necessary.
This behavior can be overridden and the download forced to happen by using the –o
command line switch.
RuiNet –lconfig.csv –u0 –o
RuiNet downloads config.csv regardless of whether the file on the FieldServer is identical.
Appendix B.12. Number of File Transfer Tries -n
If a file is not transferred correctly then RuiNet will retry the transfer. RuiNet continues to
retry until the transfer is successful. This can be avoided by specifying the maximum
number of retries that may be attempted.
RuiNet –lconfig.csv –u0 –n10
RuiNet will try up to ten times to successfully download the file config.csv to a FieldServer.
Appendix B.13. Set FieldServer Side File Name for a transfer -f
If transferring a file with the same name from host computer to a FieldServer, omit this
switch. RuiNet will always use the FieldServer file name of config.csv for any CSV file
downloaded unless an altenate file name is specified using this switch. If a file is
downloaded with the name ”fserver.img”, RuiNet will automatically convert this to
“cb8menu.exe” on the FieldServer.
A path in the FieldServer Side file name cannot be set.
RuiNet –lconfig.csv –fbackup.csv –u0
RuiNet will download config.csv from host PC to the FieldServer and save it as backup.csv
on the FieldServer.
Appendix B.14. Set Local File Name for a Transfer -l
If transferring a file with the same name from host computer to a FieldServer, omit this
switch. If the file is to have a different name or if the file is to be saved to a specific drive
and/or folder then use this switch.
RuiNet –lconfig.csv –fbackup.csv –u1
RuiNet will upload backup.csv from the FieldServer and save it as config.csv on the host
PC.