Query: ftpconnect
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FtpConnect(3) Library Functions Manual FtpConnect(3)NAMEFtpConnect - Connect to an FTP server.SYNOPSIS#include <ftplib.h> int FtpConnect(const char *host, netbuf **nControl);PARAMETERShost The name of the host machine to connect to and optionally an alternate port number to use. nControl The address where the pointer to the newly created control handle should be stored.DESCRIPTIONFtpConnect() establishes a connection to the FTP server on the specified machine and returns a handle which can be used to initiate data transfers. The host name should be specified as or :.may be either a host name or ip address. may be either a service name or a port num- ber.RETURN VALUEIf the connection to the remote server if successful, FtpConnect() returns 1. Otherwise, 0 is returned. FTPlib 26 November 1997 FtpConnect(3)
Related Man Pages |
---|
curlopt_connect_to(3) - mojave |
tftp(1) - bsd |
rpc_clear_server_binding(3ncs) - ultrix |
ftp_connect(3) - php |
ftp_ssl_connect(3) - php |
Similar Topics in the Unix Linux Community |
---|
bash script - sftpbatchfile - stop on failure |
Listing Files and Sizes on FTP server |
Connect to FTP find files and export them to another server |
Newbie needs help with some bash scripting |