FtpGet
Retreive a file from the remote system.
- Provided by: ftplib-dev (Version: 3.1-1-9build1)
- Source: ftplib
- Report a bug
Retreive a file from the remote system.
#include <ftplib.h>
int FtpGet(const char *output, const char *path,
FtpGet() copies the contents of a remote file to a local file.
Returns 1 if successful or 0 on error.