Subversion Repositories NaviCtrl

Rev

Rev 360 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 360 Rev 368
Line 130... Line 130...
130
   return (count);
130
   return (count);
131
}
131
}
132
// --------------------------------------------------------------------
132
// --------------------------------------------------------------------
133
void CheckFTPCommand(u8 FTP_command)
133
void CheckFTPCommand(u8 FTP_command)
134
{
134
{
-
 
135
/*
135
  static Find_t fe;
136
  static Find_t fe;
136
  static File_t *fp = NULL;
137
  static File_t *fp = NULL;
137
  static u8 blockindex, compressLevel = 0;
138
  static u8 blockindex, compressLevel = 0;
Line 138... Line 139...
138
 
139
 
Line 246... Line 247...
246
        default:
247
        default:
247
                FTP_command = FTP_CMD_NONE;
248
                FTP_command = FTP_CMD_NONE;
248
                Debug("ftp: CMD None");
249
                Debug("ftp: CMD None");
249
        break;
250
        break;
250
  }
251
  }
-
 
252
*/
251
}
253
}