2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-31 05:45:11 +00:00
Files
MEGAcmd/contrib/docs/commands/speedlimit.md

795 B

speedlimit

Displays/modifies upload/download rate limits

Usage: speedlimit [-u|-d|--upload-connections|--download-connections] [-h] [NEWLIMIT]

NEWLIMIT establish the new limit in size per second (0 = no limit)
 NEWLIMIT may include (B)ytes, (K)ilobytes, (M)egabytes, (G)igabytes & (T)erabytes.
  Examples: "1m12k3B" "3M". If no units are given, bytes are assumed

Options:
 -d                       Download speed limit
 -u                       Upload speed limit
 --upload-connections     Max number of connections for an upload transfer
 --download-connections   Max number of connections for a download transfer
 -h                       Human readable

Notice: these limits will be saved for the next time you execute MEGAcmd server. They will be removed if you logout.