debian man page for ftpread

Query: ftpread

OS: debian

Section: 3

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

FtpRead(3)						     Library Functions Manual							FtpRead(3)

NAME
FtpRead - Read data from a remote file or directory.
SYNOPSIS
#include <ftplib.h> int FtpRead(void *buf, int max, netbuf *nData);
PARAMETERS
buf Specifies the address of a buffer where received data will be written. max Specifies the size of the user's buffer. nData A handle returned by FtpAccess().
DESCRIPTION
FtpRead copies up to max bytes of data from the specified data connection and returns it to the user's buffer. If the data connection was opened in ascii mode, no more than one line of data will be returned.
RETURN VALUE
Returns the number of bytes written to the user's buffer or -1 on error or end of file. FTPlib 06 November 1997 FtpRead(3)
Related Man Pages
buf_strdup(3) - redhat
roar_vs_read(3) - debian
t_rcvudata(3xti) - ultrix
t_rcvconnect(3) - osf1
bp_copyout(9f) - opensolaris
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?