- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 05-06-2019 02:52 PM
(725 views)
Has anyone tried uploading large file to OneDrive in chunks as mentioned in the article
my quest is how do i create fragments of file in SAS
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
How large is YOUR file?
My limit imposed by IT or One-drive, I'm not sure which, is 16GB for a single file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@ballardw it seems the limit on our system is some where between 2 and 4 MB.( my file is 4.8 MB)
I understand the limit is imposed by IT but it isnt easy to convince them the just up the limit. Also after several reads i came across some thing that said it is intentionally kept low to prevent hackers from bringing down server by bombarding it with huge files. (not sure how much of it is true)
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
never mind i think its easier to use pipe command to let OS split the file
# split -d -b 200M httpd.log log