1libssh2_sftp_rename(3)              libssh2             libssh2_sftp_rename(3)
2
3
4

NAME

6       libssh2_sftp_rename  -  convenience macro for libssh2_sftp_rename_ex(3)
7       calls
8

SYNOPSIS

10       #include <libssh2.h>
11       #include <libssh2_sftp.h>
12
13       int
14       libssh2_sftp_rename(LIBSSH2_SFTP *sftp,
15                           const char *source_filename,
16                           const char *destination_filename);
17

DESCRIPTION

19       This is a macro defined in a public libssh2 header file that  is  using
20       the underlying function libssh2_sftp_rename_ex(3).
21

RETURN VALUE

23       See libssh2_sftp_rename_ex(3)
24

ERRORS

26       See libssh2_sftp_rename_ex(3)
27

SEE ALSO

29       libssh2_sftp_rename_ex(3)
30
31
32
33libssh2 1.2.4                     20 Feb 2010           libssh2_sftp_rename(3)
Impressum