Download ffmpeg from here, download *-win64-gpl.zip for Windows.
Install ffmpeg for Ubuntu
sudo apt install ffmpegBelow command will give you a log file. If no error found, the log file will be empty.
| set ssl:verify-certificate no | |
| set sftp:auto-confirm yes | |
| set sftp:connect-program 'ssh.exe' | |
| open sftp://user:password@site:port | |
| mirror --verbose --use-pget-n=8 -c /remote/path /cygdrive/driveletter/folder; |
Download ffmpeg from here, download *-win64-gpl.zip for Windows.
Install ffmpeg for Ubuntu
sudo apt install ffmpegBelow command will give you a log file. If no error found, the log file will be empty.
| set sftp:auto-confirm yes | |
| set sftp:connect-program 'ssh' | |
| open sftp://user:password@site:port | |
| mirror --verbose --use-pget-n=8 -c /remote/path /cygdrive/driveletter/folder |
| # NanoPi R4S Direct | |
| C:\Windows\system32>iperf3 -c 192.168.1.203 | |
| Connecting to host 192.168.1.203, port 5201 | |
| [ 4] local 192.168.1.2 port 49832 connected to 192.168.1.203 port 5201 | |
| [ ID] Interval Transfer Bandwidth | |
| [ 4] 0.00-1.00 sec 112 MBytes 943 Mbits/sec | |
| [ 4] 1.00-2.00 sec 113 MBytes 946 Mbits/sec | |
| [ 4] 2.00-3.00 sec 113 MBytes 947 Mbits/sec | |
| [ 4] 3.00-4.00 sec 113 MBytes 947 Mbits/sec |
| Installing CYGWIN with SSH | |
| 1) Download cygwin setup.exe from http://www.cygwin.com | |
| - Execute setup.exe | |
| - Install from internet | |
| - Root directory: `c:\cygwin` + all users | |
| - Local package directory: use default value | |
| - Select a mirror to download files from | |
| - Select these packages: | |
| - editors > xemacs 21.4.22-1 | |
| - net > openssh 6.1-p |
| pi@vale:~ $ curl https://raw.githubusercontent.com/geerlingguy/raspberry-pi-dramble/master/setup/benchmarks/microsd-benchmarks.sh | sudo bash | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 2227 100 2227 0 0 4678 0 --:--:-- --:--:-- --:--:-- 4678 | |
| Raspberry Pi Dramble microSD benchmarks | |
| microSD clock: 50.000 MHz | |
| Installing iozone... | |
| % Total % Received % Xferd Average Speed Time Time Time Current |
| https://developers.meethue.com/develop/get-started-2/ |
| set sftp:auto-confirm "yes" | |
| set sftp:connect-program "ssh -v -a -x -i D:\path\to\key" | |
| open sftp://user:password@site:port | |
| mirror -R --verbose --use-pget-n=8 -c /cygdrive/driveletter/folder /remote/path; |