Query: ftpput
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FtpPut(3) Library Functions Manual FtpPut(3)NAMEFtpPut - Send a file to the remote system.SYNOPSIS#include <ftplib.h> int FtpPut(const char *input, const char *path, char mode, netbuf *nControl);PARAMETERSinput Specifies the name of a local file to be transfered to the server. path Specifies the name to be given to the file on the remote system. mode Specifies the transfer mode as FTPLIB_ASCII or FTPLIB_IMAGE. nControl A handle returned by FtpConnect().DESCRIPTIONFtpPut() transfers a local file to the remote system.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpPut(3)
| Related Man Pages |
|---|
| conchftp(1) - debian |
| libssh2_sftp_mkdir_ex(3) - centos |
| uusend(1) - osf1 |
| directories(4) - osf1 |
| ftp_get(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Error with ftpput |
| Argument Problems with ncftpput |