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 30 by hirohitohigashi, Sat Feb 28 13:03:02 2009 UTC revision 50 by hirohitohigashi, Wed Dec 2 15:13:30 2009 UTC
# Line 51  static int ftp_put_file_main( LIBOFTP *f Line 51  static int ftp_put_file_main( LIBOFTP *f
51      char buf[TRANSFER_SEGMENT_SIZE];      char buf[TRANSFER_SEGMENT_SIZE];
52      int res;      int res;
53    
54        if( ftp->socket < 0 ) return LIBOFTP_ERROR;
55    
56      /*      /*
57       * ローカルファイルオープン       * ローカルファイルオープン
58       */       */

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

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