Skip to content

Instantly share code, notes, and snippets.

@glw119
Forked from deltheil/gist:6037656
Created December 26, 2019 08:22
Show Gist options
  • Save glw119/9274a1ee41226d1f618893b30e56ff81 to your computer and use it in GitHub Desktop.
Save glw119/9274a1ee41226d1f618893b30e56ff81 to your computer and use it in GitHub Desktop.
VLC for iOS: upload via WiFi
curl -# -F file=@"foo.mov" http://192.168.0.38:8888/upload.json >/dev/null
@glw119
Copy link
Author

glw119 commented Dec 26, 2019

find -name "*.ogg" -exec curl -# -F file=@"{}" http://192.168.0.38:8888/upload.json ;

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