This tool is the best one I have used so far, I highly recommend it! In addition, the code for automatically deleting files after uploading them to OneDrive has been added. 1. Introduction to OneDriveUploader Support uploading files and folders to the specified directory and keep the directory structure before uploading. 2. OneDrive Authorization International Edition, Personal Edition (Home Edition) Chinese version (21Vianet) Then you will get a URL. Don’t close it as you will need it later. 3. Use of OneDriveUploader under Linux 1. Download and give permission wget https://raw.githubusercontent.com/MoeClub/OneList/master/OneDriveUploader/amd64/linux/OneDriveUploader -P /usr/local/bin/ chmod +x /usr/local/bin/OneDriveUploader 2. Initialization # International version of OneDriveUploader -a "url" # Personal Edition (Home Edition) OneDriveUploader -ms -a "url" # Chinese version (21Vianet) OneDriveUploader -cn -a "url" Replace the url with the address obtained in the browser in the above picture, which starts with http://loaclhost. Once authorized, it will not be used again. 3. Configuration File After the authorization is successful, the configuration file auth.json is generated in the same directory (so, for ease of operation, choose an easy-to-remember directory to perform initialization) 4. When using commands, all parameters after the commands must be enclosed in double quotes "" -s // *Required parameter, the file or folder to upload 5. Usage examples 6. If there are many files or they are large, you can run the program in the background: nohub OneDriveUploader -s "file or directory" & 4. Use of OneDriveUploader under Windows Download the software to the English directory, it is better to keep it simple. Then press win + R and enter cmd to enter the command line. The rest of the operation is the same as Linux, except that the file is OneDriveUploader.exe 5. MacOS. I don’t have it, so I won’t talk about it. File download: https://github.com/MoeClub/OneList/tree/master/OneDriveUploader/amd64 OneDriveUploader local download: OneDriveUploader-20191205 In addition, a netizen in loc made a more fool-proof client for Windows: ODUG, local download : ODUG-OneDrive upload tool Setting Instructions Note: 6. Automatically delete files after uploading them to OneDrive Aria2 and OneDriveUploader are required. Create a new rcup.sh in /root #!/bin/bash
GID = " $1 " ;
FileNum = " $2 " ;
File = " $3 " ;
MaxSize = "15728640" ;
Thread = "3" ; #Default is 3 threads, modify it yourself. If the server configuration is not good, it is not recommended to have too many threads
Block = "20" ; #Default block size is 20m, modify it yourself
RemoteDIR = "" ; #The path to upload to Onedrive, the default is the root directory. If you want to upload to the MOERATS directory, please fill in MOERATS in ""
LocalDIR = "/www/download/" ; #Aria2 download directory, remember to add / at the end
Uploader = "/usr/local/bin/OneDriveUploader" ; #Full path of the uploaded program, default is the directory installed in this article
Config = "/root/auth.json" ; #Initialize the absolute path of the generated configuration auth.json, refer to the previous
if [[ - z $ ( echo " $FileNum " | grep - o '[0-9]*' | head - n1 ) ]]; then FileNum = '0' ; fi
if [[ " $FileNum " - le '0' ]]; then exit 0 ; fi
if [[ " $# " != '3' ]]; then exit 0 ; fi
function LoadFile (){
if [[ ! - e " ${Uploader} " ]]; then return ; fi
IFS_BAK = $IFS
IFS = $ '\n'
tmpFile = " $(echo " $ { File / #$LocalDIR}" |cut -f1 -d'/') "
FileLoad = " ${LocalDIR} ${tmpFile} "
if [[ ! - e " ${FileLoad} " ]]; then return ; fi
ItemSize = $ ( du - s " ${FileLoad} " | cut - f1 | grep - o '[0-9]*' | head - n1 )
if [[ - z " $ItemSize " ]]; then return ; fi
if [[ " $ItemSize " - ge " $MaxSize " ]]; then
echo - ne "\033[33m ${FileLoad} \033[0mtoo large to spik.\n" ;
return ;
fi
$ { Uploader } - c " ${Config} " - t " ${Thread} " - b " ${Block} " - s " ${FileLoad} " - r " ${RemoteDIR} "
if [[ $ ? == '0' ]]; then
rm - rf " ${FileLoad} " ;
fi
IFS = $IFS_BAK
}
LoadFile ; Give Permission Then add a line to the Aria2 configuration file and restart Aria2. implement If an error occurs, provide a solution. How to use aria2 Google browser plug-in aria2 for chrome Install AriaNg yourself Android mobile software aria2app |
CoalCloud, a Chinese merchant and a formal compan...
Webzilla, a Singapore hosting provider, operates ...
Details: Contabo: €8.99/month/4 cores/12GB RAM/30...
Boxne, which claims to have been established in 2...
JinxHosts, a Chinese merchant, mainly provides Al...
CloudCone is a relatively active hosting provider...
W3Space is an American hosting company that provi...
HKServerSolution, a Chinese hosting provider, has...
ServerRoom is an American hosting company founded...
DMIT has launched a test on Hong Kong CN2 KVM VPS...
QuickPacket, introduced many times, is a stable m...
HydronHosting, an American hosting provider, seem...
J15Cloud, a Chinese merchant, mainly provides tra...
Uovz, a Chinese hosting company, has been introdu...
Details: Vultr: $2.5/month/512MB memory/20GB SSD ...