Query: ftpdir
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FtpDir(3) Library Functions Manual FtpDir(3)NAMEFtpDir - Performs a verbose directory.SYNOPSIS#include <ftplib.h> int FtpDir(const char *outputfile, const char *path, netbuf *nControl);PARAMETERSoutputfile Name of a local file to receive the directory listing. path File specification to pass to remote 'ls'. nControl A handle returned by FtpConnect().DESCRIPTIONSends a LIST command to the server with the specified path. The response to this is usually a long format directory listing which will be written to the file named in outputfile. If outputfile is specified as NULL, the list will be written to stdout.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpDir(3)
Related Man Pages |
---|
podofoxmp(1) - debian |
smbget(1) - suse |
genxlt(1) - osf1 |
smbget(1) - osx |
cftp(1) - debian |
Similar Topics in the Unix Linux Community |
---|
Migration from FTP to SFTP |
FTP Script Help!! |