User Guide
Table Of Contents
- Warranty
- Revision History
- About This Guide
- Quick Start
- Getting Started
- Installation and Communication
- Administrator Console
- Introduction
- Connecting to the Reader
- Administrator Console Login
- Reader Administrator Console
- Status
- Reader Statistics
- Configure Reader
- Read Tags
- Communication Settings
- System Time Management
- IPV6 IP Sec
- Change Password
- GPIO
- Applications
- Reader Profiles
- Firmware Version/Update
- Commit/Discard
- System Log
- Reader Diagnostics
- Shutdown
- Wi-Fi Configuration
- Application Development
- Firmware Upgrade
- Troubleshooting
- Technical Specifications
- Static IP Configuration
- RF Air Link Configuration
- Connecting Wi-Fi and Bluetooth Dongles
- Copying Files To and From the Reader
- Data Protection
APPENDIX E COPYING FILES TO AND
FROM THE READER
Introduction
The FX7500 reader supports the SCP, FTP, and FTPS protocols for copying files.
SCP
The following examples illustrate SCP use:
scp SourceFileName rfidadm@MyReaderIP:/apps
scp rfidadm@MyReaderIP:/apps/SourceFileName userid@MyLinuxMachineIP:/MyFolderName
FTP
The following examples illustrate FTP use:
ftp> open
To 157.235.207.146
Connected to 157.235.207.146.
220 Welcome to Thredbo FTP service.
User (157.235.207.146:(none)): rfidadm
331 Please specify the password.
Password:
230 Login successful.
ftp>
Use FTP commands such as
is, get, and put to manage files. For more information on FTP commands refer to
http://www.cs.colostate.edu/helpdocs/ftp.html. GUI applications such as
FileZilla are also supported on
Windows and Linux machines to connect to the FX7500.
Draft 2