Search found 3 matches

Go to advanced search

by FrazzleDancer
30 Dec 2015 04:04
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can I use Transfer via Local Network to transfer a directory?
Replies: 2
Views: 315

Re: Can I use Transfer via Local Network to transfer a directory?

Hey, someone else beat me to it! http://blog.ithasu.org/2013/07/uploadin ... mand-line/
Looks like this one-liner should do it:
find Music -type f -exec curl -F files[]=@{} http://my-phones-url/upload.json \;
by FrazzleDancer
29 Dec 2015 19:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can I use Transfer via Local Network to transfer a directory?
Replies: 2
Views: 315

Re: Can I use Transfer via Local Network to transfer a directory?

Used Wireshark to capture the file upload HTML & JavaScript and the resulting HTTP POST... reading up on curl now (wget can't POST multipart).
by FrazzleDancer
29 Dec 2015 02:10
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can I use Transfer via Local Network to transfer a directory?
Replies: 2
Views: 315

Can I use Transfer via Local Network to transfer a directory?

My music collection is large, and manually selecting every file will be ... painful. If I select a directory, will it and its contents be transferred? Barring that, can someone describe the HTTP POST request that gets sent to transfer a file, so I might write a shell script w/find+wget to automate t...

Go to advanced search