BookmarkSubscribeRSS Feed
smijoss1
Quartz | Level 8

Has anyone tried uploading large file to OneDrive in chunks  as mentioned in the article  

 

https://blogs.technet.microsoft.com/sharepointdevelopersupport/2018/02/05/uploading-large-files-usin...

 

 

my quest is how do i create fragments of file in SAS

3 REPLIES 3
ballardw
Super User

How large is YOUR file?

 

My limit imposed by IT or One-drive, I'm not sure which, is 16GB for a single file.

 

 

smijoss1
Quartz | Level 8

@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) 

smijoss1
Quartz | Level 8

never mind i think its easier to  use pipe command to let OS split the file 

# split -d -b 200M httpd.log log

 

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 558 views
  • 0 likes
  • 2 in conversation