OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_path
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sftp.c
2042
complete_match(EditLine *el, struct sftp_conn *conn, char *
remote_path
,
2062
tmp = make_absolute_pwd_glob(tmp,
remote_path
);
2094
tmp = path_strip(tmp2, isabs ? NULL :
remote_path
);
2251
char *
remote_path
;
local
2280
complete_ctx.remote_pathp = &
remote_path
;
2296
if ((
remote_path
= sftp_realpath(conn, ".")) == NULL)
2298
startdir = xstrdup(
remote_path
);
2302
dir = sftp_make_absolute(dir,
remote_path
);
2309
&
remote_path
, startdir, 1, 0) != 0) {
2312
free(
remote_path
);
[
all
...]
sftp-client.c
1579
sftp_download(struct sftp_conn *conn, const char *
remote_path
,
1598
remote_path
, local_path);
1603
if (sftp_stat(conn,
remote_path
, 0, &attr) != 0)
1616
error("download %s: not a regular file",
remote_path
);
1628
if (send_open(conn,
remote_path
, "remote", SSH2_FXF_READ, NULL,
1667
start_progress_meter(progress_meter_path(
remote_path
),
1825
error("read remote \"%s\" : %s",
remote_path
, fx2txt(status));
2011
const char *
remote_path
, int preserve_flag, int resume,
2028
local_path,
remote_path
);
2056
if (sftp_stat(conn,
remote_path
, 0, &c) != 0)
[
all
...]
Completed in 24 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026