- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
// delete all directories, not used by database(middleware)
deleteToucanNpvrNotUsedDirectories($objDB, $ftp);
// delete npvr records, not exist in bd, but exist on toucan
deleteToucanRecordsNotUsedButExistOnToucan($objDB);
// delete npvr records on toucan db, but not found directory on toucan file system.
///deleteToucanRecordsExistButNotRecorded($objDB,$ftp);
// delete npvr records not recorded founded in db, but not found on toucan db.
///deleteDbRecordsExistButNotRecordedAndNotFoundedOnToucan($objDB);
ftpToucanNpvrDisconnect($ftp);
deleteDbRecordsExistButNotRecordedAndNot FoundedOnToucanAndIWantToKillAnybodyAfte rReadingThis
Batadase?
Исправил.
https://github.com/NancyFx/Nancy/blob/master/src/Nancy/IO/RequestStream.cs#L395