Add uploader scripts and docs

This commit is contained in:
Maxx Cherevko
2026-04-30 09:02:36 +02:00
parent bcf4353722
commit f85a1eac62
9 changed files with 23849 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Traceback (most recent call last):
File "/Users/mcer323/Downloads/uploader/downloads_uploader.py", line 463, in <module>
main()
~~~~^^
File "/Users/mcer323/Downloads/uploader/downloads_uploader.py", line 444, in main
success = upload_file(local_path, remote_rel, cfg, created_dirs)
File "/Users/mcer323/Downloads/uploader/downloads_uploader.py", line 357, in upload_file
log("UPLOAD", f"[{remote_rel}] ({format_bytes(local_path.stat().st_size)})")
~~~~~~~~~~~~~~~^^
File "/opt/homebrew/Cellar/python@3.14/3.14.4/Frameworks/Python.framework/Versions/3.14/lib/python3.14/pathlib/__init__.py", line 654, in stat
return os.stat(self, follow_symlinks=follow_symlinks)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/Users/mcer323/Downloads/Архивы/painter_website.zip'