"bbakernc" wrote:
Do you mean http://192.168.1.101 need qoutes.... "http://192.168.101/plugin_install"
No, don't need quotes around the URL.
"bbakernc" wrote:
One thing I see,
"archive=@"c:\********" Is the @ correct?
The @ is correct, but the quotes around the path are what's causing your problem.
Instead of:
c:\curl -s -S -F "archive=@"C:\OLD drive\Roku\examples\source\simplevideoplayer".zip" -F "mysubmit=Replace" -F "passwd=" http://192.168.1.101/plugin_install
It needs to be:
c:\curl -s -S -F "archive=@C:\OLD drive\Roku\examples\source\simplevideoplayer.zip" -F "mysubmit=Replace" -F "passwd=" http://192.168.1.101/plugin_install