This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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. | |
# |