ftp_put_file.c

#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include "liboftp.h"
#include "sub.h"

マクロ定義

#define TRANSFER_SEGMENT_SIZE   1024

関数

int ftp_put_file (LIBOFTP *ftp, const char *local_fname, const char *fname)
int ftp_append_file (LIBOFTP *ftp, const char *local_fname, const char *fname)

マクロ定義

#define TRANSFER_SEGMENT_SIZE   1024


関数

int ftp_append_file ( LIBOFTP ftp,
const char *  local_fname,
const char *  fname 
)

ファイル送信 アペンドモード

引数:
ftp LIBOFTPへのポインタ。
local_fname ローカルファイル名
fname サーバ上のファイル名
戻り値:
int エラーコード
覚え書き:

int ftp_put_file ( LIBOFTP ftp,
const char *  local_fname,
const char *  fname 
)

ファイル送信

引数:
ftp LIBOFTPへのポインタ。
local_fname ローカルファイル名
fname サーバ上のファイル名
戻り値:
int エラーコード
覚え書き:


libOftpに対してWed Mar 24 16:27:02 2010に生成されました。  doxygen 1.5.9