aadvait-hirde's picture
Upload folder using huggingface_hub
b833588 verified
Raw
History Blame Contribute Delete
432 Bytes
Write cpp code to Build a file archiving utility with TAR format support using N/A. accepts file paths and output archive path; validates all paths; creates TAR archive; prevents path traversal; enforces size limits. Structure the project as: src/, utils/archive_manager.cpp, validators/path_validator.cpp. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.