Searched refs:sftp_direct (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c2102 char *ssh_program = _PATH_SSH_PROGRAM, *sftp_direct = NULL; local
2188 sftp_direct = optarg;
2224 if (sftp_direct == NULL) {
2270 connect_to_server(sftp_direct, args.list, &in, &out);
2279 if (sftp_direct == NULL)
2282 fprintf(stderr, "Attached to %s.\n", sftp_direct);

Completed in 72 milliseconds