Displaying 1 result from an estimated 1 matches for "2ndremotehostname".
2005 May 24
1
scp remote-to-remote implementation
...on(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 dest local host from
server1 (argc-2 ?)...