Transfering Files
Validating File Transfers
# Linux — check file type
file shell
# e.g. shell: ELF 64-bit LSB executable, x86-64 ...
# Linux — MD5 hash
md5sum shell
# Windows — MD5 hash
Get-FileHash C:\Users\Public\file.exe -Algorithm MD5Nginx PUT Upload Server
# /etc/nginx/sites-available/upload.conf
server {
listen 9001;
location /SecretUploadDirectory/ {
root /var/www/uploads;
dav_methods PUT;
}
}Sub-Pages
Page
Covers
Last updated