Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Анонимный вход для скачивания публичных ссылок #146

Closed
yar229 opened this issue Dec 20, 2018 · 2 comments

Comments

@yar229
Copy link
Owner

yar229 commented Dec 20, 2018

No description provided.

@yar229
Copy link
Owner Author

yar229 commented Dec 20, 2018

for example, WinSCP script

option echo on
option batch abort
option confirm off

open dav://anonymous:@127.0.0.1:801

# get file from direct file link
get "https://cloud.mail.ru/public/N8TT/9ohQ2nxJU" AnonFile.jpg

# list public folder
ls "https://cloud.mail.ru/public/DtWZ/kWVLZm7tk"

# get file from public folder link
get "https://cloud.mail.ru/public/DtWZ/kWVLZm7tk/Длинное название с пробелами.jpg" "Длинное название с пробелами.jpg"

exit

@yar229
Copy link
Owner Author

yar229 commented Dec 20, 2018

done v.1.10.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant