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