Subversion Repositories NaviCtrl

Rev

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

Rev 396 Rev 397
Line 131... Line 131...
131
   return (count);
131
   return (count);
132
}
132
}
133
// --------------------------------------------------------------------
133
// --------------------------------------------------------------------
134
void CheckFTPCommand(u8 FTP_command)
134
void CheckFTPCommand(u8 FTP_command)
135
{
135
{
-
 
136
/*
136
  static Find_t fe;
137
  static Find_t fe;
137
  static File_t *fp = NULL;
138
  static File_t *fp = NULL;
138
  static u8 blockindex, compressLevel = 0;
139
  static u8 blockindex, compressLevel = 0;
Line 139... Line 140...
139
 
140
 
Line 304... Line 305...
304
        default:
305
        default:
305
                FTP_command = FTP_CMD_NONE;
306
                FTP_command = FTP_CMD_NONE;
306
                Debug("ftp: CMD None");
307
                Debug("ftp: CMD None");
307
        break;
308
        break;
308
  }
309
  }
-
 
310
*/
309
}
311
}