Skip to content

Instantly share code, notes, and snippets.

@ceviixx
ceviixx / UploadToSynology.py
Created March 3, 2025 04:35
Upload fles to synology file station using python3 with requests
#
# Upload files to filestation using python3 & requests
#
# Before use, you have to replace the following parts in the code
# {{HOSTNAME/IP}}
# {{USERNAME}}
# {{PASSWORD}}
#
# Also setup the correct path on your synology in line 38 and the source file path in line 44.
#