Query: ftpsize
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FtpSize(3) Library Functions Manual FtpSize(3)NAMEFtpSize - Determine size of remote file.SYNOPSIS#include <ftplib.h> int FtpSize(char *path, int *size, netbuf *nControl);PARAMETERSpath A pointer to a buffer where the result should be returned. size A pointer to an int where the size will be returned. nControl A handle returned by FtpConnect().DESCRIPTIONFtpSize() attempts to determine the size of a remote file.RETURN VALUEIf a good response is received and the size is successfully parsed out of the result, 1 is returned. Otherwise, 0 is returned. Some servers may not support the SIZE command. If this request fails, the size may be available in the response to a RETR (FtpOpen()with typ=FTPLIB_FILE_READ). FTPlib 20 June 1998 FtpSize(3)
Related Man Pages |
---|
xvquerybestsize(3) - debian |
xvquerybestsize(3) - centos |
xvquerybestsize(3) - opensolaris |
xvquerybestsize(3) - php |
xvquerybestsize(3) - ultrix |
Similar Topics in the Unix Linux Community |
---|
syntax error: `-a' unexpected operator/operand in IF |
Need a Shell Script for FTP |