FtpSite
Send a SITE command to the remote server.
- Provided by: ftplib-dev (Version: 3.1-1-9build1)
- Source: ftplib
- Report a bug
Send a SITE command to the remote server.
#include <ftplib.h>
int FtpSite(const char *cmd, netbuf *nControl);
FtpSite() sends the specified command as an argument to a 'SITE' command.
Returns 1 if successful or 0 on error.