FtpAccess
Open a file or directory on the remote system.
- Provided by: ftplib-dev (Version: 3.1-1-9build1)
- Source: ftplib
- Report a bug
Open a file or directory on the remote system.
#include <ftplib.h>
int FtpAccess(const char *path, int typ, int mode,
FtpAccess() opens a remote file or directory and returns a handle for the calling program to use to transfer data.
Returns 1 if successful or 0 on error.