search for: 1stremotehostname

Displaying 1 result from an estimated 1 matches for "1stremotehostname".

2005 May 24
1
scp remote-to-remote implementation
...ode) in scp.c: if ( (targ = colon(argv[argc - 1])) && colon(argv[argc - 2]) ) { /* both Dest are remote, copy locally from first host * then push from local to second host */ /* FIXME * get 1stRemoteHostName * get 2ndRemoteHostName * create _tmp_local = mktemp($ENV{TMP}/1stRemoteHostName.$$) */ /* FIXME modify argv to have _tmp_local * as destination */ tolocal(argc, argv); /* TODO make...