Privex NL1 Amsterdam Speedtest Server ===================================== Speedtest Download/Upload Sources ################################# Download: - HTTP + HTTPS - Rsync - FTP Upload: - FTP - Rsync HTTP(S) --------------- Domain: speedtest.nl1.privex.cc HTTP Port: 80 SSL Port: 443 View speedtest files index Normal listing: http://speedtest.nl1.privex.cc/ (HTTPS): https://speedtest.nl1.privex.cc/ Ordered by size: http://speedtest.nl1.privex.cc/?sort=size&order=asc (HTTPS): https://speedtest.nl1.privex.cc/?sort=size&order=asc Rsync ------------------ Host: speedtest.nl1.privex.cc Port: 873 (Standard/Native Unencrypted RSYNC) Modules (Folders): speedtest (download) write (upload) Example download commands: rsync -avh --progress rsync://speedtest.nl1.privex.cc/speedtest/100M.bin /tmp/ rsync -avh --progress rsync://speedtest.nl1.privex.cc/speedtest/500M.bin /tmp/ rsync -avh --progress rsync://speedtest.nl1.privex.cc/speedtest/1G.bin /tmp/ rsync -avh --progress rsync://speedtest.nl1.privex.cc/speedtest/10G.bin /tmp/ Example upload commands: # Generate 1GB file full of zero's ############################ # Linux (Preferred) fallocate -l 1G test-1g # Linux (Alternative - for filesystems like ZFS/XFS that don't support fallocate) dd if=/dev/zero of=test-1g bs=1M count=1024 ############################ # macOS dd if=/dev/zero of=test-1g bs=1048576 count=1024 ############################ # Any platform with rsync - uploading the file rsync -avh --progress test-1g rsync://speedtest.nl1.privex.cc/write/ FTP (File Transfer Protocol) -------------------------------------- Host: speedtest.nl1.privex.cc Port: 21 TLS/SSL: NO Folders: /speedtest/ (download) + /speedtest/write/ (upload) Download URLs: ftp://speedtest.nl1.privex.cc/speedtest/10M.bin ftp://speedtest.nl1.privex.cc/speedtest/100M.bin ftp://speedtest.nl1.privex.cc/speedtest/500M.bin ftp://speedtest.nl1.privex.cc/speedtest/1G.bin ftp://speedtest.nl1.privex.cc/speedtest/10G.bin Upload URL: ftp://speedtest.nl1.privex.cc/speedtest/write/