debian man page for ftpget

Query: ftpget

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FtpGet(3)						     Library Functions Manual							 FtpGet(3)

NAME
FtpGet - Retreive a file from the remote system.
SYNOPSIS
#include <ftplib.h> int FtpGet(const char *output, const char *path, char mode, netbuf *nControl);
PARAMETERS
output Name of a local file to receive the contents of the remote file. path Name of remote file to be retrieved. mode Specifies the transfer mode as FTPLIB_ASCII or FTPLIB_IMAGE. nControl A handle returned by FtpConnect().
DESCRIPTION
FtpGet() copies the contents of a remote file to a local file.
RETURN VALUE
Returns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpGet(3)
Related Man Pages
rcp(1c) - bsd
remote-filesystems(7) - debian
userfile(5) - ultrix
ruserok(3) - osf1
ftp_get(3) - php
Similar Topics in the Unix Linux Community
automate ftpget to multiple hosts
ncftpget