Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ircp(1) [debian man page]

IRCP(1) 							   User commands							   IRCP(1)

NAME
ircp - send or receive files via infrared connection SYNOPSIS
ircp [-r [destination]] ircp [file...] DESCRIPTION
ircp is a small utility to transfer files from or to a remote Linux machine, Windows computer, or various PDAs by using an infrared (IrDA) port. It is designed for working e.g. with Quickbeam. This program is designed to be an example application for the openobex library. OPTIONS
-r Use ircp to receive files. If destination is given, the received files are stored in that directory; if not, the files are copied to your current directory. If this options is not given, the specified files are sent SEE ALSO
irobex_palm3(1), irxfer(1) AUTHOR
Hendrik Sattler <post@hendrik-sattler.de> initial version of manpage openobex 1.4 2008-11-23 IRCP(1)

Check Out this Related Man Page

OBEX_TEST(1)							   User commands						      OBEX_TEST(1)

NAME
obex_test - interactive test application for the openobex library SYNOPSIS
obex_test [[-s port] | [-r port] | [-i] | [-b [address] [channel]] | [-u interface]] DESCRIPTION
obex_test is a test application for the openobex library. It uses an interactive mode but the access method is selcted with command line arguments. This program is designed to be an example application for the openobex library. OPTIONS
-s This is the default. It selects cable obex. The port argument is optional (default: /dev/ttyS0) -r Select cable obex for the Ericsson R320 mobile phone. The port argument is optional (default: /dev/ttyS0) -i Select obex over IrDA. -b Select obex over bluetooth. Both, address and channel are actually optional. Default channel is 4, default address is ANY. -u Select usb obex (CDC). If the interface argument is omitted, a list of available interface is written to stdout. INTERACTIVE MODE
: COMMANDS c connect to the remote side (client mode) d disconnect from the remote side g issue a GET request p issue a PUT request q quit the program s go into server mode t change the path on the remote side x issue a PUSH request AUTHOR
Hendrik Sattler <post@hendrik-sattler.de> initial version of manpage openobex 1.4 2008-11-23 OBEX_TEST(1)
Man Page