diff options
Diffstat (limited to 'ext/ftp/ftp.h')
-rw-r--r-- | ext/ftp/ftp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index b202981d9a..562c2dbfea 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -155,4 +155,7 @@ int ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest); /* deletes the file from the server */ int ftp_delete(ftpbuf_t *ftp, const char *path); +/* sends a SITE command to the server */ +int ftp_site(ftpbuf_t *ftp, const char *cmd); + #endif |