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 36 by hirohitohigashi, Sun Mar 1 13:40:55 2009 UTC revision 50 by hirohitohigashi, Wed Dec 2 15:13:30 2009 UTC
# Line 52  int ftp_get_file( LIBOFTP *ftp, const ch Line 52  int ftp_get_file( LIBOFTP *ftp, const ch
52      int fd;      int fd;
53      char buf[TRANSFER_SEGMENT_SIZE];      char buf[TRANSFER_SEGMENT_SIZE];
54    
55        if( ftp->socket < 0 ) return LIBOFTP_ERROR;
56    
57      /*      /*
58       * ローカルファイルオープン       * ローカルファイルオープン

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

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