This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

fton 0.2 - for Unix and win32 (with cygwin32 see http://www.cygwin.com )


Misc Files
==========
readme.txt - your looking at it!
COPYING
ChangeLog  - Japanese change log - no idea what the history is!
Makefile
README.stein   - fton original readme
fton.exe  - win32 exe (requires cygwin dlls)
ftr_english.txt - original ftr readme converted via altavista

Src files
=========
Makefile
fton.c
rupcommand.c
rupcommand.h
rupserial.c
rupserial.h
ruputer-unix


To build issue "make". NB I've not ben bale to get this to build under win32
without cygwin32, i.e. mingw appears to be missing termio stuff :-(. This
means you need cygwin1.dll under Widows.


Interesting info is available in the program issue "help" for command list.
Issue ./fton -h (or any garbage for usage info) followed by Control-C.

fton is similar to ftp.

From src code comments, whats new in this 0.2 release:


** 10-March-2002 clach04 Chris.Clark@ca.com
**  Increased version to 0.2
**  Added ifdef's around readline dependent code and added quick
**  poor-mans readline function in it's place. They may be memory leaks.
**  Added baud rate command line option for dual Ruputer/OnHand usage.
**    NB OnHand doesn't appear to want to do anything other than 38400!
**    Service pack options for FileTrans have no effect.
**  Added CTRL-C message to the connecting code
**  Added simple usage output.
**  Added aliases for "bye" and "exit" - more ftp like.
**  Added aliases for "1ls", !dir" - again more ftp like.
**  Added "dir" which is like ls -l, but not 100% the same:
**      does filesize,
**      displays filename in lowercase,
**      displays date/time (year/month/day 24 hour time)
**      attempts to display unix like file perms, added "h" for hidden/system
**  Added environment variables (command line params overwrde)
**          FTON_BAUDRATE   -- baud rate
**          FTON_SERIALPORT -- serial device to use
**
**  Know bugs - no params given after -l/-b - core dump do to access to argv
**   that does not exist, the command line params could be better handled
**   by getopt.
**  Builds under win32 with cygwin with or without readline.
**  Default is NOT to use readline, #define USE_READLINE if required
**  Default serial device is /dev/ttyS0 (i.e. com1)
**  Default baud rate is OnHand rate of 38400

