Browse Subversion Repository
Diff of /trunk/ftp_put_file.c
Parent Directory
| Revision Log
| Patch
| 41 |
*@param local_fname ローカルファイル名 |
*@param local_fname ローカルファイル名 |
| 42 |
*@param fname サーバ上のファイル名 |
*@param fname サーバ上のファイル名 |
| 43 |
*@param cmd 送信するFTPコマンド |
*@param cmd 送信するFTPコマンド |
| 44 |
*@retval int 0: no error. -1: OS level error. -2: ftp protocol error. -3: buffer too small. |
*@retval int エラーコード |
| 45 |
*@note |
*@note |
| 46 |
*/ |
*/ |
| 47 |
static int ftp_put_file_main( LIBOFTP *ftp, const char *local_fname, const char *fname, const char *cmd ) |
static int ftp_put_file_main( LIBOFTP *ftp, const char *local_fname, const char *fname, const char *cmd ) |
| 123 |
*@param ftp LIBOFTPへのポインタ。 |
*@param ftp LIBOFTPへのポインタ。 |
| 124 |
*@param local_fname ローカルファイル名 |
*@param local_fname ローカルファイル名 |
| 125 |
*@param fname サーバ上のファイル名 |
*@param fname サーバ上のファイル名 |
| 126 |
*@retval int 0: no error. -1: OS level error. -2: ftp protocol error. -3: buffer too small. |
*@retval int エラーコード |
| 127 |
*@note |
*@note |
| 128 |
*/ |
*/ |
| 129 |
int ftp_put_file( LIBOFTP *ftp, const char *local_fname, const char *fname ) |
int ftp_put_file( LIBOFTP *ftp, const char *local_fname, const char *fname ) |
| 139 |
*@param ftp LIBOFTPへのポインタ。 |
*@param ftp LIBOFTPへのポインタ。 |
| 140 |
*@param local_fname ローカルファイル名 |
*@param local_fname ローカルファイル名 |
| 141 |
*@param fname サーバ上のファイル名 |
*@param fname サーバ上のファイル名 |
| 142 |
*@retval int 0: no error. -1: OS level error. -2: ftp protocol error. -3: buffer too small. |
*@retval int エラーコード |
| 143 |
*@note |
*@note |
| 144 |
*/ |
*/ |
| 145 |
int ftp_append_file( LIBOFTP *ftp, const char *local_fname, const char *fname ) |
int ftp_append_file( LIBOFTP *ftp, const char *local_fname, const char *fname ) |
|
|
Legend:
| Removed from v.29 |
|
| changed lines |
| |
Added in v.30 |
|
|
| |