Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ftp_put_file.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 41  Line 41 
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 )
# Line 123  static int ftp_put_file_main( LIBOFTP *f Line 123  static int ftp_put_file_main( LIBOFTP *f
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 )
# Line 139  int ftp_put_file( LIBOFTP *ftp, const ch Line 139  int ftp_put_file( LIBOFTP *ftp, const ch
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

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