Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ftp_put_buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29 by hirohitohigashi, Sat Feb 28 12:48:31 2009 UTC revision 30 by hirohitohigashi, Sat Feb 28 13:03:02 2009 UTC
# Line 40  Line 40 
40   *@param        bufsiz  バッファサイズ   *@param        bufsiz  バッファサイズ
41   *@param        fname   サーバ上のファイル名   *@param        fname   サーバ上のファイル名
42   *@param        cmd     送信するFTPコマンド   *@param        cmd     送信するFTPコマンド
43   *@retval       int     0: no error. -1: OS level error. -2: ftp protocol error. -3: buffer too small.   *@retval       int     エラーコード
44   *@note   *@note
45   */   */
46  static int ftp_put_buffer_main( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname, const char *cmd )  static int ftp_put_buffer_main( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname, const char *cmd )
# Line 109  static int ftp_put_buffer_main( LIBOFTP Line 109  static int ftp_put_buffer_main( LIBOFTP
109   *@param        buf     バッファへのポインタ   *@param        buf     バッファへのポインタ
110   *@param        bufsiz  バッファサイズ   *@param        bufsiz  バッファサイズ
111   *@param        fname   サーバ上のファイル名   *@param        fname   サーバ上のファイル名
112   *@retval       int     0: no error. -1: OS level error. -2: ftp protocol error. -3: buffer too small.   *@retval       int     エラーコード
113   *@note   *@note
114   */   */
115  int ftp_put_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname )  int ftp_put_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname )
# Line 126  int ftp_put_buffer( LIBOFTP *ftp, char * Line 126  int ftp_put_buffer( LIBOFTP *ftp, char *
126   *@param        buf     バッファへのポインタ   *@param        buf     バッファへのポインタ
127   *@param        bufsiz  バッファサイズ   *@param        bufsiz  バッファサイズ
128   *@param        fname   サーバ上のファイル名   *@param        fname   サーバ上のファイル名
129   *@retval       int     0: no error. -1: OS level error. -2: ftp protocol error. -3: buffer too small.   *@retval       int     エラーコード
130   *@note   *@note
131   */   */
132  int ftp_append_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname )  int ftp_append_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname )

Legend:
Removed from v.29  
changed lines
  Added in v.30

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26