- Most Linux releases of wget include this tool by default. Url = http://www.gnu.org/software/wget/wget.htmlprozilla: a popular command line download tool that supports multi-thread download and resumable upload.
- Myget is a scalable multi-thread download tool with rich interfaces. It supports HTTP, FTP, https, MMS, RTSP, and other protocols. Http://myget.sourceforge.net/
- Linuxdown: Command Line multi-thread download tool. It supports up to 30 download threads. Https://gro.clinux.org/frs/download.php/1015/linuxdown-1.0.0.tar.gz.
- Curl is small and fast. The only drawback is that it does not support multi-threaded download, but it can download multiple files or a part of a file at the same time. Http://curl.haxx.se
- Axel is a multi-thread download tool in the command line. It supports resumable data transfer, which is usually several times faster than wget.
- Mimms is a streaming media dedicated to downloading the MMS address format.
- Mplayer can also be used to download RTSP, MMS, and other streaming media. Theoretically, you can download the video whenever you can play the video. It seems that the mplayer download speed is faster than Mimms, but Mimms can see the download progress.
Mplayer-dumpstream-dumpfile name. wmv MMS: // mv.file.com/name.wmv> name. log 2> & 1
Mplayer-dumpstream-dumpfile name. rm rtsp: // rm.file.com/name.rm> name. log 2> & 1
#-Dumpstream is a stored data stream-dumpfile name. wmv is the specified file name> name. log 2> & 1 is the log record. If an error occurs, you can view the log