Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ftp_get_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 42  Line 42 
42   *@param        ftp     LIBOFTPへのポインタ。   *@param        ftp     LIBOFTPへのポインタ。
43   *@param        fname   サーバ上のファイル名   *@param        fname   サーバ上のファイル名
44   *@param        local_fname     ローカルファイル名   *@param        local_fname     ローカルファイル名
45   *@retval       int     0: no error. -1: OS level error. -2: ftp protocol error. -3: buffer too small.   *@retval       int     エラーコード
46   *@note   *@note
47   */   */
48  int ftp_get_file( LIBOFTP *ftp, const char *fname, const char *local_fname )  int ftp_get_file( LIBOFTP *ftp, const char *fname, const char *local_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