bronson / rzh

Receive ZModem Here -- sits behind your shell and pulls down file transfers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README for rzh (Receive Zmodem Here)


LICENSE

	MIT


REQUIREMENTS

	Your system must have a /usr/bin/rz program that rzh can call.
	Though the code is atrocious, I can recommend lrzsz.  To run
	the test suite ("make test"), you'll need an sz command as well.


INSTALLATION

	$ make PRODUCTION=1
	$ make test
	$ make install


USAGE

	See the man page.  If you've installed the program, "man rzh" should
	work.  If not, run the following command in the source directory.

		$ make rzh.1 && nroff -man rzh.1 | less

	Very basic:

		$ rzh /tmp
		Saving to /tmp on localhost.
		$ rzh -i
		rzh is downloading to /tmp
		$ sz myfile
		100 bytes transferred in 0.0 seconds.
		$ exit
		rzh exited.
		

AUTHOR

	Scott Bronson <bronson@rinspin.com>

About

Receive ZModem Here -- sits behind your shell and pulls down file transfers


Languages

Language:C 90.6%Language:Shell 5.1%Language:Objective-C 2.3%Language:Perl 0.9%Language:Makefile 0.9%Language:C++ 0.1%