NetDrive3 Transfers/Refreshes are very slow

Dear it_support,

NetDrive provides a command line interface. Please refer to the link below.
https://support.bdrive.com/t/nd3cmd-manual-page/97458/2

You can create a batch file to automate refresh using the command line.
The following is an example of refresh a specific folder.

/////////////////////////////////////////////
echo start batch file

:FOR
nd3cmd refreshpath “F:\download”

timeout 5
@GOTO FOR
///////////////////////////////////////////////

Please refer to the topics below to refresh all folders in the root folder.

Regards.