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
7
8#include <libssh/sftp.h>
9
11
12Attributes attributes_from_native(sftp_attributes raw);
13
14} // namespace sshpp::sftp::internal
Definition sftp_internal.hpp:10
Attributes attributes_from_native(sftp_attributes raw)
Definition sftp.ipp:52
Value-type copy of libssh's sftp_attributes. See docs/design/06 ยง6.1.
Definition attributes.hpp:19