Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ftp_get_buffer.c

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

revision 20 by hirohitohigashi, Fri Feb 27 11:30:10 2009 UTC revision 26 by hirohitohigashi, Sat Feb 28 02:04:32 2009 UTC
# Line 52  int ftp_get_buffer( LIBOFTP *ftp, const Line 52  int ftp_get_buffer( LIBOFTP *ftp, const
52       * 受信準備       * 受信準備
53       */       */
54      if( ftp->flag_passive ) {      if( ftp->flag_passive ) {
55          data_socket = ftp_getready_pasv( ftp, fname, "RETR" );          data_socket = ftp_getready_pasv( ftp, "RETR", fname );
56      } else {      } else {
57          data_socket = ftp_getready_active( ftp, fname, "RETR" );          data_socket = ftp_getready_active( ftp, "RETR", fname );
58      }      }
59      if( data_socket < 0 ) {      if( data_socket < 0 ) {
60          return data_socket;          return data_socket;

Legend:
Removed from v.20  
changed lines
  Added in v.26

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