.\" This manual page was generated from the file FtpPut.html. .TH FtpPut 3 "06 November 1997" FTPlib .SH NAME FtpPut \- Send a file to the remote system. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpPut(const char *" input ", const char *" path ", " .RS .BI "char " mode ", netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "input" Specifies the name of a local file to be transfered to the server. .TP .B "path" Specifies the name to be given to the file on the remote system. .TP .B "mode" Specifies the transfer mode as FTPLIB_ASCII or FTPLIB_IMAGE. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpPut() transfers a local file to the remote system. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.