Jerry23011 / VirusTotal-macOS

An elegant VirusTotal client built with SwiftUI
MIT License
89 stars 2 forks source link

Feature Request: support multiple files or automatically split files > 650MB #7

Open joeyfigaro opened 3 weeks ago

joeyfigaro commented 3 weeks ago

Is your feature request related to a problem? Please describe. It's impossible to scan files larger than 650MB unless you split it and drop the n pieces one by one.

Describe the solution you'd like Support dropping n files to automatically scan each, or support dropping files > 650MB and automatically split them into pieces in the background.

Describe alternatives you've considered None–dropping ~500MB pieces one at a time for a 6GB file takes way too long.

Additional context N/A

Jerry23011 commented 3 weeks ago

VT’s public API limits the file size to 650MB. You’ll find the same limit on the web version.

Nevertheless batch upload can be a good workaround. I’ll consider adding it in the future.