# Upload Operations

- [🔐 Encode File Using PowerShell](/z3tssu/cybersecurity-certifications-and-notes/certifications-and-courses/hackthebox-cpts/file-transfers/file-transfer-methods/windows-file-transfer-methods/upload-operations/encode-file-using-powershell.md): Let’s learn how to Base64-encode a file in PowerShell, transfer it manually (like over SSH or copy-paste), and decode it on Linux.
- [🌐 PowerShell Web Uploads](/z3tssu/cybersecurity-certifications-and-notes/certifications-and-courses/hackthebox-cpts/file-transfers/file-transfer-methods/windows-file-transfer-methods/upload-operations/powershell-web-uploads.md): Need to upload files from your target machine back to your own? Here's a simple way to do it using PowerShell and a lightweight Python upload server. 🚀
- [🧬 PowerShell Base64 Web Upload](/z3tssu/cybersecurity-certifications-and-notes/certifications-and-courses/hackthebox-cpts/file-transfers/file-transfer-methods/windows-file-transfer-methods/upload-operations/powershell-base64-web-upload.md): Here's a slick way to exfiltrate files using PowerShell, Base64, and a simple Netcat listener on your attack box — no need for a fancy web server! 🧪💡
- [🌐 SMB Uploads with WebDAV Twist](/z3tssu/cybersecurity-certifications-and-notes/certifications-and-courses/hackthebox-cpts/file-transfers/file-transfer-methods/windows-file-transfer-methods/upload-operations/smb-uploads-with-webdav-twist.md)
- [📡 FTP Uploads](/z3tssu/cybersecurity-certifications-and-notes/certifications-and-courses/hackthebox-cpts/file-transfers/file-transfer-methods/windows-file-transfer-methods/upload-operations/ftp-uploads.md)
