Use the ~%take and ~%put commands.
Once you have made a successful connection with cu from local_machine to
remote_machine, you may take & put files with the following commands:
~%take filename
This command takes the file filename from remote_machine and puts it in the
current directory on local_machine. The command:
~%put filename
puts the file filename from local_machine to the current directory on
remote_machine.
If you do not want the file filename to be put in the current directory,
specify an absolute pathname (although this is not recommended).
Article Change History:
23 Jun 1993 - Revised to give more detail about commands.
31 Aug 1992 - Reviewed for technical accuracy.