On Github justone / remotecopy_present
LA Perl Mongers
Wednesday May 29, 2013
by Nate Jones
I want to copy data from remote terminalsas easily as local terminals.
Usage:
     remotecopy [options] [datatocopy]
     Options:
      -n --non-interactive      Don't prompt for secret if not found, communicate
                                with exit code.
      -s --secret <secret>      Remote copy secret, as provided by the server.
      -p --port <port>          Port to connect to (defaults to 12345).
      -a --address <ip addr>    IP address to connect to (defaults to 127.0.0.1).
      -c --chomp                Chomp the last newline, if only one exists.
     Documentation options:
      -h --help -?              brief help message
         --man                  full documentation
					
				
Server secret is saved in vim memory,so subsequent copies won't prompt.
by Nate Jones