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

Upload from download link #74

Open
metin02oktay opened this issue Jun 3, 2019 · 6 comments
Open

Upload from download link #74

metin02oktay opened this issue Jun 3, 2019 · 6 comments

Comments

@metin02oktay
Copy link

Can we upload files directly download url?
Like a file transfering, from link to drive...

@Asqii
Copy link

Asqii commented Jun 4, 2019 via email

@stewartmcgown
Copy link
Owner

stewartmcgown commented Jun 4, 2019

you could pull off the same thing with this bash script

#!/bin/bash

wget -O $1 $0
python uds.py push $1

you could run it like push.sh https://archive.org/myfile.mp3 myfile.mp3

@stewartmcgown
Copy link
Owner

@innowebka the script is clear enough!

@stewartmcgown
Copy link
Owner

stewartmcgown commented Feb 4, 2020 via email

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

No branches or pull requests

4 participants
@stewartmcgown @Asqii @metin02oktay and others