import synology
key = synology.login()
synology.download_file(key, 'path/to/file.pdf')
synology.create_folder(key, 'path/to/folder')
synology.upload(key,'/local/file/path.pdf','/remote/file/path.pdf')
synology.logout(key)
-
Notifications
You must be signed in to change notification settings - Fork 1
a4649/synology_nas_api_python_client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Synology NAS REST API Python client