prepare_remote_path
if ((target = prepare_remote_path(conn, targ)) == NULL)
if ((abs_src = prepare_remote_path(conn, src)) == NULL) {
if ((abs_src = prepare_remote_path(from, src)) == NULL ||
(target = prepare_remote_path(to, targ)) == NULL)