Searched refs:target_is_dir (Results 1 – 1 of 1) sorted by relevance
1327 int src_is_dir, target_is_dir; in source_sftp() local1348 target_is_dir = sftp_remote_is_dir(conn, target); in source_sftp()1349 if (targetshouldbedirectory && !target_is_dir) { in source_sftp()1355 target_is_dir = 1; in source_sftp()1357 if (target_is_dir) in source_sftp()