XMODEM

The XMODEM protocol is implemented with the "xmodem" program. You transfer a file by starting "xmodem" with the appropriate command-line options followed by telling the terminal program on your personal computer to transfer or receive the file. There are a variety of options to "xmodem". The more common ones are: Command Action on the Unix system ------------------------------------------------------------ xmodem -sb filename send the binary file 'filename' xmodem -st filename send the text file 'filename' xmodem -rb filename receive the binary file 'filename' xmodem -rt filename receive the text file 'filename'

Click here to go to the top of the chapter.