Develop and Download Open Source Software

Browse Subversion Repository

Diff of /tags/REL-2.2/ftp_rename.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 41  int ftp_rename( LIBOFTP *ftp, const char Line 41  int ftp_rename( LIBOFTP *ftp, const char
41      char str1[512];      char str1[512];
42      int res;      int res;
43    
44        if( ftp->socket < 0 ) return LIBOFTP_ERROR;
45    
46      /*      /*
47       * send RNFR command       * send RNFR command
48       */       */

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