You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user creates a share link in Seafile, they have the option to protect it with a password. However, recipients must enter that password manually to access or download the shared file or folder.
This feature will allow Seafile to read the password directly from the link.
Programmatically Downloads (e.g., wget)
When using command-line tools like wget to automate file retrieval, it’s beneficial to include the password directly in the link.
Enable Link-Based Password Retrieval in Seafile
Currently, when a user creates a share link in Seafile, they have the option to protect it with a password. However, recipients must enter that password manually to access or download the shared file or folder.
This feature will allow Seafile to read the password directly from the link.
Examples
Share Link with Password in URL
Direct Download Link with Password in URL
Use Case
Programmatically Downloads (e.g., wget)
When using command-line tools like wget to automate file retrieval, it’s beneficial to include the password directly in the link.
wget "https://example.com/f/c16f3a3ffad6465fa7d9/?dl=1&pw=123456" -O output_file.zip
The text was updated successfully, but these errors were encountered: