Jump to content
UBot Underground

Server Committed A Protocol Violation


Recommended Posts

I am trying to use the download file command, but I am getting an error.  This is the command I am using:

 

download file(#myURL,"{$special folder("Application")}\\my_file.pdf")

 

and this is the error I am getting regarding a protocol violation:

 

http://i827.photobucket.com/albums/zz196/Daniel_Attard/Protocol%20Violation_zpsiogoqzdk.png

 

Anyone have an idea what the problem might be?  Thanks.

Link to post
Share on other sites

Is that double back slash in your code causing the issue?  Sorry, I'm new but maybe that will help?

download file(#myURL,"{$special folder("Application")}\my_file.pdf")

Try that :-)

 

Peace,

EJ

Link to post
Share on other sites
  • 1 month later...

Is anyone able to help me with this problem I am having with the Download File command?  I keep getting this error saying:

 

Server Committed A Protocol Violation

 

Someone smarter than me commented to me that "a part of the http download file request needs to be url encoded", but I don't know how to go about doing that.  Anyone have any ideas how I can overcome this error?  Thank you.

Link to post
Share on other sites

If you have the HTTP Post Plugin it has a function that can encode urls. Otherwise you may have to look up what characters need to be encoded and replace them using a function or command you build on your own.

 

Not sure if that's really the issue though.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...