libsshpp
v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sftp_internal.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
//
3
// Internal helper shared by sftp.cpp, file.cpp and directory.cpp. Not installed.
4
#pragma once
5
6
#include <
sshpp/sftp/attributes.hpp
>
7
8
#include <libssh/sftp.h>
9
10
namespace
sshpp::sftp::internal
{
11
12
Attributes
attributes_from_native
(sftp_attributes raw);
13
14
}
// namespace sshpp::sftp::internal
attributes.hpp
sshpp::sftp::internal
Definition
sftp_internal.hpp:10
sshpp::sftp::internal::attributes_from_native
Attributes attributes_from_native(sftp_attributes raw)
Definition
sftp.ipp:52
sshpp::sftp::Attributes
Value-type copy of libssh's sftp_attributes. See docs/design/06 ยง6.1.
Definition
attributes.hpp:19
include
sshpp
detail
sftp_internal.hpp
Generated by
1.9.8