Write data to a remote file.
#include <ftplib.h> int ftplib_write(void *buf, int len, netbuf *rnbp);
ftplib_write() sends data to a remote file. If the file were accessed in record mode, the necessary conversions are performed.
Returns the number of bytes sent from the user's buffer or -1 on error.
$Id: ftplib_write.html,v 1.1 2002/12/02 03:12:52 te Exp $