Query: ftpwrite
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FtpWrite(3) Library Functions Manual FtpWrite(3)NAMEFtpWrite - Write data to a remote file.SYNOPSIS#include <ftplib.h> int FtpWrite(void *buf, int len, netbuf *nData);PARAMETERSbuf A buffer containing the data to be sent to the remote file. len The number of bytes to be sent from 'buf'. nData A handle returned by FtpAccess().DESCRIPTIONFtpWrite() sends data to a remote file. If the file were accessed in record mode, the necessary conversions are performed.RETURN VALUEReturns the number of bytes sent from the user's buffer or -1 on error. FTPlib 06 November 1997 FtpWrite(3)
Related Man Pages |
---|
ftpoptions(3) - debian |
roar_vs_read(3) - debian |
sdl_audiocvt(3) - centos |
t_snddis(3xti) - ultrix |
socket_recvfrom(3) - php |
Similar Topics in the Unix Linux Community |
---|
Copy jailed data SSH Centos from one Linux server to another |